8000 Drop Python 3.8 from Cygwin CI job · matplotlib/matplotlib@ce95c2f · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ce95c2f

Browse files
committed
Drop Python 3.8 from Cygwin CI job
1 parent 6e08eef commit ce95c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
)
7171
strategy:
7272
matrix:
73-
python-minor-version: [8, 9]
73+
python-minor-version: [9]
7474

7575
steps:
7676
- name: Fix line endings

0 commit comments

Comments
 (0)
0