We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982f0ec commit d42cd06Copy full SHA for d42cd06
1 file changed
.github/workflows/python-package.yml
@@ -11,12 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
os: [ubuntu-latest, macos-latest]
14
- python-version: ['3.10', '3.11', '3.12']
15
- exclude:
16
- - os: macos-latest
17
- python-version: '3.10'
18
19
- python-version: '3.11'
+ python-version: ['3.10']
20
steps:
21
- uses: actions/checkout@v4
22
@@ -55,12 +50,7 @@ jobs:
55
50
56
51
57
52
58
59
60
61
62
63
53
64
54
65
66
@@ -88,7 +78,7 @@ jobs:
88
78
- name: Set up Python
89
79
uses: actions/setup-python@v5
90
80
with:
91
- python-version: '3.12'
81
+ python-version: '3.10'
92
82
93
83
- name: Install dependencies
94
84
run: |
0 commit comments