Skip to content

Commit 9379a06

Browse files
committed
Drop 3.7 support
3.7 is EOL in less than 2 months. Dropping official support for it, though it will still run.
1 parent 5fa433a commit 9379a06

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ When using a self-signed certificate for SSL, the `REQUESTS_CA_BUNDLE` environme
120120

121121
## Create a Build Environment (optional)
122122

123-
The SDK requires [Python 3.7](https://www.python.org/downloads/) or higher.
123+
The SDK requires [Python 3.8](https://www.python.org/downloads/) or higher.
124124

125125
First, ensure Python is in `$PATH`, then run:
126126

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ author-email = "GitHub@delinea.com"
99
classifiers = [
1010
"License :: OSI Approved :: Apache Software License",
1111
"Operating System :: OS Independent",
12-
"Programming Language :: Python :: 3.7",
1312
"Programming Language :: Python :: 3.8",
1413
"Programming Language :: Python :: 3.9",
1514
"Programming Language :: Python :: 3.10",
@@ -19,5 +18,5 @@ description-file = "README.md"
1918
requires = [
2019
"requests >= 2.12.5"
2120
]
22-
requires-python=">=3.7"
21+
requires-python=">=3.8"
2322
dist-name = "python-tss-sdk"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Docs for tox config -> https://tox.readthedocs.io/en/latest/config.html
77

88
[tox]
9-
envlist = 3.7, 3.8, 3.9, 3.10, 3.11
9+
envlist = 3.8, 3.9, 3.10, 3.11
1010
isolated_build = True
1111
skipsdist = True
1212

0 commit comments

Comments
 (0)