Skip to content

Commit

Permalink
update tox, add Python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Aug 9, 2024
1 parent a5d8805 commit 8556893
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
python-version: "3.10"
- tox-env: py311
python-version: "3.11"
- tox-env: py312
python-version: "3.12"
- tox-env: pypy39
python-version: "pypy3.9"
- tox-env: pypy310
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tox==4.16.0
tox==4.17.1
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ tomli==2.0.1 \
# via
# pyproject-api
# tox
tox==4.16.0 \
--hash=sha256:43499656f9949edb681c0f907f86fbfee98677af9919d8b11ae5ad77cb800748 \
--hash=sha256:61e101061b977b46cf00093d4319438055290ad0009f84497a07bf2d2d7a06d0
tox==4.17.1 \
--hash=sha256:2974597c0353577126ab014f52d1a399fb761049e165ff34427f84e8cfe6c990 \
--hash=sha256:2c41565a571e34480bd401d668a4899806169a4633e972ac296c54406d2ded8a
# via -r requirements.in
virtualenv==20.26.3 \
--hash=sha256:4c43a2a236279d9ea36a0d76f98d84bd6ca94ac4e0f4a3b9d46d05e10fea542a \
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 4.16
envlist = py{38,39,310,311}, pypy{39,310}, docs
minversion = 4.17.1
envlist = py{38,39,310,311,312}, pypy{39,310}, docs

[testenv:docs]
basepython = python
Expand Down

0 comments on commit 8556893

Please sign in to comment.