From eec5d348492c881e6e06e6d131c8a0e6625e3f52 Mon Sep 17 00:00:00 2001 From: mayeut Date: Wed, 16 Oct 2024 23:35:12 +0200 Subject: [PATCH] chore: use python 3.13 --- .pre-commit-config.yaml | 4 ++-- .python-version | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b85b40..1463cbd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks default_language_version: - python: python3.12 + python: python3.13 repos: - repo: https://github.com/pre-commit/pre-commit-hooks @@ -24,7 +24,7 @@ repos: rev: v3.18.0 hooks: - id: pyupgrade - args: ["--py312-plus"] + args: ["--py313-plus"] exclude: pep600_compliance/tools/calculate_symbol_versions.py - repo: https://github.com/psf/black-pre-commit-mirror diff --git a/.python-version b/.python-version index e4fba21..24ee5b1 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12 +3.13 diff --git a/pyproject.toml b/pyproject.toml index 11384fc..a8b4326 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # No build-system here, used for tool configuration only [tool.black] -target-version = ["py312"] +target-version = ["py313"] [tool.isort] profile = "black" diff --git a/requirements.txt b/requirements.txt index 112caa2..ffbb6d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.13 # by the following command: # # nox -s update_requirements