Skip to content

Commit

Permalink
Passage en python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
davy39 committed Feb 5, 2022
1 parent 99ef6f5 commit fd6d911
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.9.5]
python-version: [3.8]
poetry-version: [1.1.12]

steps:
Expand Down
19 changes: 10 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ description = ""
authors = ["Davy39"]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.8"
asgiref = "*"
"backports.zoneinfo" = "*"
beautifulsoup4 = "*"
boto3 = "*"
botocore = ">=1.23.48"
botocore = "*"
certifi = "*"
cffi = "*"
charset-normalizer = "*"
Expand Down

0 comments on commit fd6d911

Please sign in to comment.