Skip to content

Commit

Permalink
Merge pull request #163 from Jmennius/align-python-versions
Browse files Browse the repository at this point in the history
Align tox and package metadata with GH actions (add Python 3.9-3.12)
  • Loading branch information
sampsyo authored Dec 2, 2023
2 parents 662dffa + e5fc92f commit 5001e18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ classifiers = [
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
]
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py{36,37,38}-test, py38-flake8, docs
envlist = py{36,37,38,39,310,311,312}-test, py312-flake8, docs
isolated_build = True

[tox:.package]
Expand All @@ -26,7 +26,7 @@ files = example confuse test docs
[testenv]
deps =
{test,cov}: {[_test]deps}
py{36,37,38}-flake8: {[_flake8]deps}
py{36,37,38,39,310,311,312}-flake8: {[_flake8]deps}
commands =
cov: nose2 --with-coverage {posargs}
test: nose2 {posargs}
Expand Down

0 comments on commit 5001e18

Please sign in to comment.