Skip to content

Commit

Permalink
Removed unsupported frameworks from Python3.12 CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorell committed Sep 20, 2024
1 parent b086c15 commit 01231cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
# Django
- framework: DJANGO_VERSION=3.2.25
python-version: 3.11
- framework: DJANGO_VERSION=3.2.25
python-version: 3.12
- framework: DJANGO_VERSION=4.2.15
python-version: 3.6
- framework: DJANGO_VERSION=4.2.15
Expand All @@ -61,6 +63,8 @@ jobs:
# Twisted
- framework: TWISTED_VERSION=20.3.0
python-version: 3.11
- framework: TWISTED_VERSION=20.3.0
python-version: 3.12
- framework: TWISTED_VERSION=22.10.0
python-version: 3.6

Expand Down

0 comments on commit 01231cc

Please sign in to comment.