Skip to content

Commit bc01348

Browse files
authored
Remove Python 3.8 and 3.9 from CI configuration
1 parent c7ab94a commit bc01348

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
- macos-latest
1717
- windows-latest
1818
python:
19-
- "3.8"
20-
- "3.9"
2119
- "3.10"
2220
- "3.11"
2321
steps:
@@ -56,7 +54,7 @@ jobs:
5654
- uses: actions/checkout@v3
5755
- uses: psf/black@stable
5856
with:
59-
options: "--check -t py37 -t py38 -t py39 -t py310 -t py311"
57+
options: "--check -t py310 -t py311"
6058
jupyter: true
6159
pylint:
6260
name: Lint with flake8 for syntax+other error codes

0 commit comments

Comments
 (0)