Skip to content

Commit 28f7a91

Browse files
Update python-package.yml
1 parent 2cfc3c8 commit 28f7a91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ on:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-latest
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
18+
python-version: [3.9, "3.10", 3.11, 3.12, 3.13]
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)