mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-22 06:38:12 +08:00
Add Python 3.11 support and tests, remove Python 3.7 (#31)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user