Skip to content

Commit 44efa2f

Browse files
chore(deps): update python
1 parent b67f0c7 commit 44efa2f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/[email protected]
1616
- uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.12'
18+
python-version: '3.12.9'
1919
- uses: snok/[email protected]
2020
with:
2121
# TODO: renovate

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_install_hook_types:
77
- pre-commit
88

99
default_language_version:
10-
python: python3.8
10+
python: python3.13
1111

1212
repos:
1313
- repo: https://github.com/compilerla/conventional-pre-commit

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ coveralls = "coveralls.cli:main"
3131
python-coveralls = "coveralls.cli:main"
3232

3333
[tool.poetry.dependencies]
34-
python = ">=3.8,<3.13"
34+
python = ">=3.8, <3.14"
3535
coverage = { version = ">=5.0,<8.0,!=6.0.*,!=6.1,!=6.1.1", extras = ["toml"] }
3636
docopt = ">=0.6.1,<0.7.0"
3737
requests = ">=1.0.0,<3.0.0"

0 commit comments

Comments
 (0)