Drop Python 3.6 and use Python 3.10 for secondary builds

This commit is contained in:
Bruno Oliveira
2022-11-05 12:02:03 -03:00
parent d7d396a7f9
commit 2ffb426178
3 changed files with 19 additions and 23 deletions

View File

@@ -24,7 +24,6 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
@@ -40,7 +39,7 @@ project_urls =
packages = find:
package_dir = =src
zip_safe = False
python_requires = >=3.6
python_requires = >=3.7
install_requires =
execnet>=1.1
pytest>=6.2.0