Skip to content

Commit

Permalink
chore: run CI in 3.11 (#874)
Browse files Browse the repository at this point in the history
* chore: run CI in 3.11

Signed-off-by: SdgJlbl <[email protected]>

* chore: bump celery

Signed-off-by: SdgJlbl <[email protected]>

---------

Signed-off-by: SdgJlbl <[email protected]>
  • Loading branch information
SdgJlbl authored and ThibaultFy committed Apr 4, 2024
1 parent 8b8aacc commit 4b1f348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.11
- uses: actions/[email protected]
id: cache
with:
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Django==4.2.11
structlog==24.1.0
django-structlog==7.1.0
celery==5.2.7
celery==5.3.6
checksumdir==1.2.0
cryptography==42.0.5
django-cors-headers==3.14.0
Expand Down

0 comments on commit 4b1f348

Please sign in to comment.