Skip to content

Commit

Permalink
dropped official support for python 3.6 and added support for python …
Browse files Browse the repository at this point in the history
…3.10
  • Loading branch information
Richert committed Nov 14, 2023
1 parent ae544c8 commit 18a3335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: 3.10
python: "3.10"

sphinx:
builder: html
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,10 +11,10 @@
]

CLASSIFIERS = ["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 :: 3.10",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 18a3335

Please sign in to comment.