Skip to content

Commit

Permalink
Add Python 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-ro committed Oct 17, 2023
1 parent 16cf136 commit 174232c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7","3.8","3.9","3.10","3.11"]
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox:tox]
envlist = py{3.7,3.8,3.9,3.10,3.11}
envlist = py{3.7,3.8,3.9,3.10,3.11,3.12}

[flake8]
exclude = .tox,./build
Expand All @@ -13,5 +13,6 @@ basepython =
py3.9: python3.9
py3.10: python3.10
py3.11: python3.11
py3.12: python3.12
commands = pytest
deps = -rrequirements.txt

0 comments on commit 174232c

Please sign in to comment.