Skip to content

Commit

Permalink
⬆️ Add python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
beastmatser committed Oct 23, 2023
1 parent 6584bd0 commit 2aecbf1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ classifiers =
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.9
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.8.0
envlist = python3.8, python3.9, python3.10, python3.11, flake8, mypy
envlist = python3.8, python3.9, python3.10, python3.11, python3.12, flake8, mypy
isolated_build = true

[gh-actions]
Expand All @@ -9,6 +9,7 @@ python =
3.9: python3.9
3.10: python3.10
3.11: python3.11
3.12: python3.12

[testenv]
setenv =
Expand Down

0 comments on commit 2aecbf1

Please sign in to comment.