Skip to content

Commit

Permalink
Remove build for python 3.9
Browse files Browse the repository at this point in the history
... as ParkAPI2_sources is has min 3.10 requirement
  • Loading branch information
hbruch committed Sep 22, 2024
1 parent e3969c0 commit cdd38de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]

env:
DJANGO_DEBUG: "False"
Expand Down

0 comments on commit cdd38de

Please sign in to comment.