Skip to content

Commit

Permalink
update dependencies to run on python 3.9 & 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed Oct 16, 2023
1 parent 5f62053 commit 09c3f8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8, 3.9]
python-version: [3.9, 3.10]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ django-cors-headers==3.7.0
drf-yasg==1.20.0

# For the persistence stores
psycopg2-binary==2.8.6
psycopg2-binary==2.9.9

# Unicode slugification
unicode-slugify==0.1.3
Expand All @@ -34,14 +34,14 @@ django-autoslug==1.9.8
pytz==2021.1

# Celery support
celery==3.1.25
celery==4.4.7

# Redis support
django-redis==4.11.0
redis>=2.10.5

# Your custom requirements go here
PyYAML==5.4.1
PyYAML==6.0.1
osmcha==0.9.0

# git python is required by the frontend management command
Expand Down

0 comments on commit 09c3f8d

Please sign in to comment.