Skip to content

Commit

Permalink
Upgrade to python 3.13
Browse files Browse the repository at this point in the history
The production already use that version.
  • Loading branch information
rsebille committed Mar 6, 2025
1 parent bb9dd00 commit e24c9f6
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 @@ -53,7 +53,7 @@ jobs:
- name: 💂 Install Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: pip
cache-dependency-path: requirements/dev.txt
- name: 📥 Install Python dependencies
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# > practice; so for compatibility, you must explicitly request it
.DELETE_ON_ERROR:

PYTHON_VERSION := python3.12
PYTHON_VERSION := python3.13
REQUIREMENTS_PATH ?= requirements/dev.txt

VIRTUAL_ENV ?= .venv
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
requires-python = ">=3.12"
requires-python = ">=3.13"

[tool.ruff]
line-length = 119
Expand Down

0 comments on commit e24c9f6

Please sign in to comment.