Added python 3.10 to supported versions

This commit is contained in:
Rhet Turnbull 2021-10-09 09:39:23 -07:00
parent f1235f745f
commit 3f81a3c179
2 changed files with 4 additions and 1 deletions

View File

@ -70,6 +70,7 @@ setup(
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Software Development :: Libraries :: Python Modules",
],
install_requires=[

View File

@ -2,9 +2,11 @@
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
# To use with pyenv, install pip install tox-pyenv then set local versions with pyenv local, e.g.:
# pyenv local osxphotos-3.9.5 3.10.0rc1 3.8.12 3.7.11
[tox]
envlist = py37, py38
envlist = py37, py38, py39, py310
[testenv]
deps =