Skip to content

Commit

Permalink
Merge pull request #35 from OpenDataServices/python311
Browse files Browse the repository at this point in the history
python: tests: ci: Add python 3.11
  • Loading branch information
odscjames authored Nov 18, 2022
2 parents 8202f02 + 33cb619 commit ced566f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10"]
python-version: [3.8, 3.9, "3.10", "3.11" ]
django-version: [">=3.2,<4", ">=4,<5"]
services:
postgres:
Expand Down

0 comments on commit ced566f

Please sign in to comment.