Skip to content

Commit

Permalink
Python 3.11 not supported yet
Browse files Browse the repository at this point in the history
Celery breaks with an error. See celery/billiard#377
  • Loading branch information
maciej-gol authored Nov 18, 2022
1 parent 1b18ed0 commit 59522db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10']
tenants-app:
- django-tenants
celery: ['celery']
Expand Down

0 comments on commit 59522db

Please sign in to comment.