Skip to content

Commit 5d25e3b

Browse files
authored
Update python-package-test.yml
1 parent 4cc3e90 commit 5d25e3b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/python-package-test.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@ jobs:
77
runs-on: ubuntu-24.04
88
strategy:
99
matrix:
10-
python-version: ['3.10', '3.11', '3.12']
10+
python-version: ['3.12']
1111
include:
12-
- python-version: '3.10'
13-
python-dev-package: 'python3.10-dev'
14-
- python-version: '3.11'
15-
python-dev-package: 'python3.11-dev'
1612
- python-version: '3.12'
1713
python-dev-package: 'python3.12-dev'
1814
steps:

0 commit comments

Comments
 (0)