Skip to content

Commit

Permalink
Merge pull request #22 from E-ARK-Software/maint/python-310
Browse files Browse the repository at this point in the history
MAINT: Removed Python 3.9 build.
  • Loading branch information
carlwilson authored Feb 16, 2024
2 parents b4ad134 + eb7b1d1 commit 59cd0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["pypy3.9", "pypy3.10", "3.9", "3.10", "3.11", "3.12"]
python-version: ["pypy3.10", "3.10", "3.11", "3.12"]

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

0 comments on commit 59cd0bd

Please sign in to comment.