Skip to content

Commit 79fc45a

Browse files
committed
Test on Python 3.13
1 parent 5a6e607 commit 79fc45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu, macos]
21-
python-version: ["3.11", "3.12"]
21+
python-version: ["3.11", "3.12", "3.13-dev"]
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)