Skip to content

Commit 46008aa

Browse files
committed
fix ci
1 parent 9fecda5 commit 46008aa

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,12 @@ jobs:
3333

3434
checks:
3535
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
36-
runs-on: ${{ matrix.runs-on }}
36+
runs-on: ubuntu-latest
3737
needs: [pre-commit]
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
42-
runs-on: [ubuntu-latest, macos-latest, windows-latest]
41+
python-version: ["3.9", "3.10", "3.11", "3.12"]
4342

4443
include:
4544
- python-version: pypy-3.10

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ classifiers = [
2424
"Programming Language :: Python",
2525
"Programming Language :: Python :: 3",
2626
"Programming Language :: Python :: 3 :: Only",
27-
"Programming Language :: Python :: 3.8",
2827
"Programming Language :: Python :: 3.9",
2928
"Programming Language :: Python :: 3.10",
3029
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)