Skip to content

Commit 5265d9d

Browse files
committed
Upgrade to Python 3.12
1 parent 74022c7 commit 5265d9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
strategy:
3434
matrix:
35-
python-version: [3.11]
35+
python-version: [3.11, 3.12]
3636

3737
steps:
3838
- name: Checkout repository

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_language_version:
2-
python: python3.11
2+
python: python3.12
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Homepage = "https://github.com/stefanofusai/drf-multi-serializers"
1616
Repository = "https://github.com/stefanofusai/drf-multi-serializers"
1717

1818
[tool.mypy]
19-
python_version = "3.11"
19+
python_version = "3.12"
2020
strict = true
2121

2222
[tool.ruff.lint]

0 commit comments

Comments
 (0)