Skip to content

Commit 43863c7

Browse files
authored
Merge pull request #635 from bckohan/py313
add python 3.13 to CI testing
2 parents 1df7f13 + b375ed1 commit 43863c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- python-version: "3.10"
3333
- python-version: "3.11"
3434
- python-version: "3.12"
35+
- python-version: "3.13"
3536
steps:
3637
- uses: actions/checkout@v4
3738
- name: "Set up Python ${{ matrix.python-version }}"

0 commit comments

Comments
 (0)