Skip to content

Commit cfbba3c

Browse files
committed
update test settings
Signed-off-by: Zhiyuan Chen <[email protected]>
1 parent f7f6107 commit cfbba3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
cache: "pip"
1212
- uses: pre-commit/[email protected]
1313
test:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
strategy:
1616
matrix:
17-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
17+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)