Skip to content

Commit

Permalink
Met à jour les versions Python supportées
Browse files Browse the repository at this point in the history
- 3.11 est la version sur le serveur de production
- Django 4.2 est compatible avec les version 3.8-3.12
  • Loading branch information
philippemilink committed Sep 25, 2024
1 parent 9a2d086 commit eb48892
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
NODE_VERSION: "18" # needs to be also updated in .nvmrc
PYTHON_VERSION: "3.9"
PYTHON_VERSION: "3.11"
MARIADB_VERSION: "10.4.10"
COVERALLS_VERSION: "3.3.1" # check if Coverage needs to be also updated in requirements-ci.txt
TYPESENSE_VERSION: "27.0" # needs to be also updated in scripts/define_variable.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/source/install/install-macos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Pré-requis
Ces instructions expliquent comment installer XCode, Homebrew, Python, pip, et
les utilitaires GNU, sur macOS. Si vous avez déjà :

- une installation fonctionnelle de Homebrew et de Python 3.7+ ;
- une installation fonctionnelle de Homebrew et de Python 3.8+ ;
- configuré votre terminal pour utiliser les utilitaires GNU à la place de
ceux de BSD (avec `linuxify <https://github.com/darksonic37/linuxify#install>`_,
par exemple) ;
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.black]
line-length = 120
target-version = ["py37", "py38", "py39", "py310"]
target-version = ["py38", "py39", "py310", "py311", "py312"]
extend-exclude = """
^/doc
"""

0 comments on commit eb48892

Please sign in to comment.