Skip to content

Commit

Permalink
CI 2.7 testing and also remove python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rthalley committed Sep 21, 2024
1 parent 4e15806 commit 8ce60d2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches:
- main
- 2.6
- 2.7
paths:
- '**.py'
pull_request:
Expand All @@ -25,7 +25,6 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand All @@ -35,8 +34,6 @@ jobs:
python-version: "3.11"
- os: windows-latest
python-version: "3.9"
- os: windows-latest
python-version: "3.8"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8ce60d2

Please sign in to comment.