Skip to content

Commit 1d0982c

Browse files
authored
Merge pull request #275 from bgilbert/py3.13
workflows: add tests on Python 3.13 dev release
2 parents 9b95069 + 0a7d5c5 commit 1d0982c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
matrix:
4545
os: [ubuntu-latest, macos-latest]
46-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
46+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13-dev"]
4747
include:
4848
- os: ubuntu-latest
4949
python-version: "3.12"
@@ -157,7 +157,7 @@ jobs:
157157
shell: bash
158158
strategy:
159159
matrix:
160-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
160+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13-dev"]
161161
steps:
162162
- name: Check out repo
163163
uses: actions/checkout@v4

0 commit comments

Comments
 (0)