Skip to content

Commit

Permalink
feat: Use Python 3.12.5 as dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Aug 14, 2024
1 parent aab98d7 commit 7a42a45
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
test:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- cache-key-suffix: "-main-dev"

- python-version: "3.11"
- python-version: "3.12"
cache-key-suffix: "-main-dev-test"
dev: "true"

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_install_hook_types:
- "commit-msg"
- "pre-commit"
default_language_version:
python: &python_version "python3.11"
python: &python_version "python3.12"
exclude: ^(archive|assets|migrations)/.*|.*/(migrations|test-data|vendor)/.*|.*\.svg$
minimum_pre_commit_version: "1.17.0"

Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.9
3.12.5
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ filterwarnings = [
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py38,py39,py310,py310-minimum-requirements,py311
envlist = py38,py39,py310,py310-minimum-requirements,py311,py312
skipsdist = True
[gh-actions]
Expand All @@ -181,6 +181,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312
[testenv]
allowlist_externals = poetry
Expand Down

0 comments on commit 7a42a45

Please sign in to comment.