Skip to content

Commit

Permalink
Removing 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mfixstsci committed Sep 13, 2024
1 parent 8460c6c commit 4e8d5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11"]

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

0 comments on commit 4e8d5fc

Please sign in to comment.