Skip to content

Commit

Permalink
Update to include 3.13 alpha 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sHedC committed Feb 8, 2024
1 parent cd9690b commit 3bbe1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13.0-alpha.3"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
minversion = 4.0.16
isolated_build = true
env_list = py{311,312}
env_list = py{311,312,3130a3}

[testenv]
description = run the tests with pytest
Expand Down

0 comments on commit 3bbe1f5

Please sign in to comment.