Skip to content

Commit

Permalink
Merge pull request #327 from corenting/chore/test-python-3.13
Browse files Browse the repository at this point in the history
chore(ci): test with 3.13 beta 1
  • Loading branch information
corenting authored May 28, 2024
2 parents f0af9c9 + e35f4d7 commit c44a848
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
python-version:
["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"]
["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-beta.1", "pypy3.9", "pypy3.10"]
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
isolated_build = true
envlist = py37,py38,py39,py310,py311,py312
envlist = py37,py38,py39,py310,py311,py312,py313

[testenv]
allowlist_externals = poetry, make
Expand Down

0 comments on commit c44a848

Please sign in to comment.