Skip to content

Commit 317f9c7

Browse files
authored
Update python-package.yml
1 parent 970d51b commit 317f9c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ ubuntu-latest ]
19-
python-version: [ 3.8, 3.9, '3.10', '3.11', '3.12' ]
19+
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
2020
include:
21-
- os: ubuntu-20.04
22-
python-version: 3.7
21+
- os: ubuntu-18.04
22+
python-version: '3.7'
2323

2424
steps:
2525
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)