Skip to content

Commit

Permalink
Update python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BeyondEvil committed Jan 5, 2024
1 parent 3ff500f commit 4103bf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- python-version: pypy3.9
tox-env: py3.9
- python-version: 3.11-dev
- python-version: 3.13-dev
tox-env: devel

steps:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{3.7, 3.8, 3.9, 3.10, py3.9}, linting
envlist = py{3.7, 3.8, 3.9, 3.10, 3.11, 3.12, py3.9}, linting
isolated_build = True

[testenv]
Expand Down

0 comments on commit 4103bf3

Please sign in to comment.