Skip to content

Commit 0a9cb0a

Browse files
authored
[chore] Added testing with Python 3.13
Signed-off-by: Serge Smertin <[email protected]>
1 parent a3794b1 commit 0a9cb0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
pyVersion: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
15+
pyVersion: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
1616
with:
1717
os: ubuntu-latest
1818
pyVersion: ${{ matrix.pyVersion }}
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
pyVersion: [ '3.9', '3.10', '3.11', '3.12' ]
25+
pyVersion: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
2626
with:
2727
os: windows-latest
2828
pyVersion: ${{ matrix.pyVersion }}

0 commit comments

Comments
 (0)