code review updates

This commit is contained in:
Josh 2022-11-08 09:32:14 -06:00
parent 2cf8d0afae
commit 26a435e76e
2 changed files with 8 additions and 2 deletions

View file

@ -46,6 +46,12 @@ jobs:
django-version: '4.1'
- python-version: '3.7'
django-version: 'main'
# Exclude Python 3.11 for Django 3.2 and Django 4.0
- python-version: '3.11'
django-version: '3.2'
- python-version: '3.11'
django-version: '4.0'
steps:
- uses: actions/checkout@v3

View file

@ -10,8 +10,8 @@ DJANGO_SETTINGS_MODULE = "tests.settings"
legacy_tox_ini = """
[tox]
envlist =
py{37,38,39,310,311,py38}-dj32
py{38,39,310,311,py38}-dj40
py{37,38,39,310,py38}-dj32
py{38,39,310,py38}-dj40
py{38,39,310,311,py38}-dj41
py{38,39,310,311,py38}-djmain
py310-djqa