Skip to content

Commit

Permalink
Add 3.11 and 3.12 to classifiers, 3.9-3.12 to tox
Browse files Browse the repository at this point in the history
Signed-off-by: Ievgen Popovych <[email protected]>
  • Loading branch information
Jmennius committed Nov 29, 2023
1 parent 662dffa commit e5fc92f
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 e5fc92f

Please sign in to comment.