Skip to content

Commit

Permalink
Update testing for python-3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Nov 1, 2024
1 parent 355b3a7 commit 1832e43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
os:
- ubuntu-latest
- macos-latest
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.3.2
version: 1.8.4
virtualenvs-create: true
virtualenvs-in-project: true
#----------------------------------------------
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 = py310, py311, py312
envlist = py310, py311, py312, py313

[testenv]
allowlist_externals = poetry
Expand Down

0 comments on commit 1832e43

Please sign in to comment.