Skip to content

Commit 8ce60d2

Browse files
committed
CI 2.7 testing and also remove python 3.8
1 parent 4e15806 commit 8ce60d2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches:
99
- main
10-
- 2.6
10+
- 2.7
1111
paths:
1212
- '**.py'
1313
pull_request:
@@ -25,7 +25,6 @@ jobs:
2525
matrix:
2626
os: [ubuntu-latest, windows-latest]
2727
python-version:
28-
- "3.8"
2928
- "3.9"
3029
- "3.10"
3130
- "3.11"
@@ -35,8 +34,6 @@ jobs:
3534
python-version: "3.11"
3635
- os: windows-latest
3736
python-version: "3.9"
38-
- os: windows-latest
39-
python-version: "3.8"
4037

4138
steps:
4239
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)