Skip to content

Commit 42581f6

Browse files
committed
Bump minimum python version
1 parent a14e9bd commit 42581f6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
os: [ubuntu-latest, macos-latest, windows-latest]
42-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
42+
python-version: [3.7, 3.8, 3.9, "3.10"]
4343
fail-fast: false
4444
env:
4545
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def get_version() -> str:
8080
]
8181
},
8282
install_requires=INSTALL_REQUIRES,
83+
python_requires='>=3.7',
8384
extras_require=EXTRAS_REQUIRE,
8485
classifiers=_classifiers.strip().split('\n'),
8586
)

0 commit comments

Comments
 (0)