Skip to content

Commit

Permalink
Use 3.13 in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 9, 2024
1 parent 8535b1e commit 6c20fc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .python-version-default
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12
3.13
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ commands =
mypy: mypy tests/typing_example.py
mypy: mypy src/attrs/__init__.pyi src/attr/__init__.pyi src/attr/_typing_compat.pyi src/attr/_version_info.pyi src/attr/converters.pyi src/attr/exceptions.pyi src/attr/filters.pyi src/attr/setters.pyi src/attr/validators.pyi

[testenv:py3{8,10,12}-tests]
[testenv:py3{8,10,13}-tests]
extras = cov
# Python 3.6+ has a number of compile-time warnings on invalid string escapes.
# PYTHONWARNINGS=d makes them visible during the tox run.
Expand All @@ -39,9 +39,9 @@ commands = coverage run -m pytest {posargs:-n auto --dist loadfile}

[testenv:coverage-report]
# Keep base_python in-sync with .python-version-default
base_python = py312
base_python = py313
# Keep depends in-sync with testenv above that has cov extra.
depends = py3{8,10,12}
depends = py3{8,10,13}-tests
skip_install = true
deps = coverage[toml]>=5.3
commands =
Expand Down Expand Up @@ -97,7 +97,7 @@ commands = cog -rP README.md docs/index.md

[testenv:pre-commit]
skip_install = true
deps = pre-commit
deps = pre-commit-uv
commands = pre-commit run --all-files


Expand Down

0 comments on commit 6c20fc0

Please sign in to comment.