We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7927f1f commit c575447Copy full SHA for c575447
1 file changed
.github/workflows/python-package.yml
@@ -17,6 +17,10 @@ jobs:
17
matrix:
18
os: [ubuntu-latest, windows-latest]
19
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
20
+ exclude:
21
+ - os: ubuntu-latest
22
+ python-version: 3.8
23
+
24
25
steps:
26
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
0 commit comments