Skip to content

Commit

Permalink
Fix requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Nov 27, 2024
1 parent 2f2c5d7 commit 699f793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion worker_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ ddtrace==2.6.*
Django==4.2.* # LTS
kubernetes==23.* # match cluster 1.23
redis[hiredis]==5.0.*
awscli==*
awscli

0 comments on commit 699f793

Please sign in to comment.