Skip to content

Commit

Permalink
Require Python ^3.8 instead of ^3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wblondel committed Feb 6, 2024
1 parent 1e48683 commit b418c0a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The API is a public SOAP API.

## Requirements

- Python >3.9
- Python ^3.8
- [Poetry](https://python-poetry.org)

## Notes, how-tos
Expand Down
2 changes: 1 addition & 1 deletion docs/i18n/fr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ L'API est une API publique SOAP.

## Pré-requis

- Python >3.9
- Python ^3.8
- [Poetry](https://python-poetry.org)

## Notes
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
#package-mode = false (To add when Poetry 1.8 is released, https://github.com/python-poetry/poetry/pull/8650)

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.8"
zeep = "^4.2.1"
xmltodict = "^0.13.0"

Expand Down

0 comments on commit b418c0a

Please sign in to comment.