Add Python 3.11 support and tests, remove Python 3.7 (#31)

This commit is contained in:
Mikhail Krassavin
2022-11-07 22:29:29 +06:00
committed by GitHub
parent 167c348509
commit f0cb10bc37
5 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,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: [ "3.2", "4.1" ]
services: