Skip to content

Commit

Permalink
ci: add py3.13, make 3.12 non-exp
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
thesamesam authored and arthurzam committed Jan 19, 2024
1 parent c6280c1 commit 07aa789
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 @@ -13,11 +13,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']
experimental: [false]
include:
- os: ubuntu-latest
python-version: '3.12-dev'
python-version: '3.13-dev'
experimental: true
- os: macos-latest
python-version: '3.11'
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 = py310, py311, pypy3
envlist = py310, py311, py312, pypy3
[testenv]
# force latest virtualenv/pip
download = true
Expand Down

0 comments on commit 07aa789

Please sign in to comment.