Added python 3.10 to supported versions
This commit is contained in:
parent
f1235f745f
commit
3f81a3c179
1
setup.py
1
setup.py
@ -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=[
|
||||
|
||||
4
tox.ini
4
tox.ini
@ -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 =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user