Skip to content

Commit cbf5bbe

Browse files
chore(deps): update python
1 parent f4c07ac commit cbf5bbe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+1-1
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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
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)