Skip to content

Commit bfbb18e

Browse files
authored
Added testing with Python 3.13 (#2878)
1 parent a355221 commit bfbb18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
pyVersion: [ '3.10', '3.11', '3.12' ]
26+
pyVersion: [ '3.10', '3.11', '3.12', '3.13' ]
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4

0 commit comments

Comments
 (0)