Skip to content

Commit

Permalink
changed ci/cd python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-the-shark committed Mar 18, 2024
1 parent 35fb456 commit 735f4d7
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 @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: [ '3.9', '3.10', '3.12' ]
python_version: [ '3.10', '3.11', '3.12' ]
django_version: [ '3.2.12', '4.2', '5.0.3' ]
steps:
- uses: huaxk/postgis-action@v1
Expand Down

0 comments on commit 735f4d7

Please sign in to comment.