Skip to content

Commit 808e6bb

Browse files
authored
Update python-package.yml
1 parent 9d41a9d commit 808e6bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package.yml

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

1212
jobs:
1313
build:
14-
1514
runs-on: ubuntu-18.04
1615
strategy:
1716
fail-fast: false
1817
matrix:
19-
python-version: [3.0.1, 3.1.4, 3.2.5, 3.3.7, 3.4.10, 3.5.10, 3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11, 3.12]
18+
python-version: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10.9, 3.11]
2019

2120
steps:
2221
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)