Skip to content

Commit 6870874

Browse files
committed
ci update
1 parent 08b74ab commit 6870874

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,17 @@ jobs:
1010
matrix:
1111
os:
1212
# - ubuntu-latest
13-
- windows-latest
14-
# - macos-latest
13+
# - windows-latest
14+
- macos-latest
1515
python-version:
16-
- "3.8"
1716
- "3.9"
1817
- "3.10"
1918
- "3.11"
2019
- "3.12"
2120
- "3.13"
22-
exclude:
23-
- os: macos-latest
24-
python-version: "3.8"
25-
- os: macos-latest
26-
python-version: "3.13"
21+
# exclude:
22+
# - os: macos-latest
23+
# python-version: "3.13"
2724
runs-on: ${{matrix.os}}
2825
name: '${{matrix.os}} Python ${{matrix.python-version}}'
2926

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
'Operating System :: Microsoft :: Windows',
3838
'Operating System :: MacOS',
3939
'Operating System :: POSIX :: Linux',
40-
'Programming Language :: Python :: 3.8',
4140
'Programming Language :: Python :: 3.9',
4241
'Programming Language :: Python :: 3.10',
4342
'Programming Language :: Python :: 3.11',

0 commit comments

Comments
 (0)