File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : false
1515 matrix :
16- python-version : [3.6, 3.7, 3.8]
16+ python-version : [3.6, 3.7, 3.8, 3.9 ]
1717 os : [macOS-latest, ubuntu-latest, windows-latest]
1818
1919 steps :
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ classifiers = [
1616 " Programming Language :: Python :: 3.6" ,
1717 " Programming Language :: Python :: 3.7" ,
1818 " Programming Language :: Python :: 3.8" ,
19+ " Programming Language :: Python :: 3.9" ,
1920]
2021description-file = " README.rst"
2122requires = [" fissix" ]
@@ -78,17 +79,18 @@ legacy_tox_ini = """
7879
7980[tox]
8081envlist =
81- py{36,37,38},lint
82- minversion=3.20.0
82+ py{36,37,38,39},lint
83+ minversion=3.20.1
84+ isolated_build=true
8385requires=
84- virtualenv >= 20.0.31
85- tox-wheel >= 0.5.0
86+ virtualenv >= 20.1.0
87+ tox-wheel >= 0.6.0
88+ tox-gh-actions >= 2.1.0
8689
8790[testenv]
8891extras = test
8992commands = pytest {posargs}
9093wheel = True
91- wheel_pep517 = True
9294wheel_build_env = build
9395
9496[testenv:build]
You can’t perform that action at this time.
0 commit comments