Skip to content

Commit

Permalink
Update minimum supported Python version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Apr 20, 2022
1 parent 0b75cbe commit 6997869
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.6", "3.7"]
python-version: ["3.7", "3.9"]
fast-compile: [0]
float32: [0]
part:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
long_description=open("README.md").read() if exists("README.md") else "",
long_description_content_type="text/markdown",
zip_safe=False,
python_requires=">=3.6",
python_requires=">=3.7",
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
Expand All @@ -33,9 +33,9 @@
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
Expand Down

0 comments on commit 6997869

Please sign in to comment.