Skip to content

Commit fea1523

Browse files
committed
add python 3.13 to CI
1 parent b298145 commit fea1523

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
max-parallel: 4
1010
matrix:
1111
platform: [ubuntu-latest]
12-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
12+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1313
env:
1414
PLATFORM: ${{ matrix.platform }}
1515
steps:

0 commit comments

Comments
 (0)