Skip to content

Commit

Permalink
Celery 5.2 does not support Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jul 8, 2024
1 parent cf5ec3c commit 59035d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
celery-version: ['5.2.*', '5.3.*']
tornado-version: ['6.0']
exclude: # https://docs.celeryq.dev/en/v5.2.1/whatsnew-5.2.html#step-5-upgrade-to-celery-5-2
- python-version: '3.12'
celery-version: '5.2.*'

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

0 comments on commit 59035d7

Please sign in to comment.