Skip to content

Commit

Permalink
drop testing support for 3.7
Browse files Browse the repository at this point in the history
this version is EOL and not available in macos-latest
  • Loading branch information
shanedsnyder committed Apr 26, 2024
1 parent 93b2672 commit a448c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
platform: [ubuntu-latest,
macos-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a448c89

Please sign in to comment.