Skip to content

Commit

Permalink
Add Python 3.13 beta to CI (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Bieniek <[email protected]>
  • Loading branch information
bieniu and bieniu authored Jul 13, 2024
1 parent 922fd45 commit 7a77b48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
python-version:
- "3.12"
- "3.13.0-beta.3"

steps:
- name: Check out repository
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[tox]
envlist = py312, lint, typing, coverage
envlist = py312, py313, lint, typing, coverage
skip_missing_interpreters = True

[gh-actions]
python =
3.12: py312, lint, typing, coverage
3.13.0-beta.3: py313

[testenv]
commands =
Expand Down

0 comments on commit 7a77b48

Please sign in to comment.