Skip to content

Commit acd67bd

Browse files
committed
add test
1 parent 23b3607 commit acd67bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: [ "3.10", "3.11", "3.12" ]
19+
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
2020
steps:
2121
- uses: actions/checkout@v3
2222

@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
strategy:
4646
matrix:
47-
python-version: ["3.10", "3.11", "3.12"]
47+
python-version: ["3.10", "3.11", "3.12", "3.13"]
4848
steps:
4949
- uses: actions/checkout@v3
5050

0 commit comments

Comments
 (0)