Skip to content

Commit

Permalink
Install setuptools manually for Python 3.12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Oct 25, 2024
1 parent 58a4528 commit 6321750
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,20 @@ jobs:
redis-version: 'latest'
python-version: '3.9'


# latest Django with pre-release redis
- django-version: '5.1'
redis-version: 'master'
python-version: '3.11'
python-version: '3.12'

# latest redis with pre-release Django
- django-version: 'main'
redis-version: 'latest'
python-version: '3.11'
python-version: '3.12'

# pre-release Django and redis
- django-version: 'main'
redis-version: 'master'
python-version: '3.11'
python-version: '3.12'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6321750

Please sign in to comment.