Skip to content

Commit a3b963b

Browse files
authored
Merge pull request #624 from camptocamp/python311
Be able to use Python 3.11 (for Renovate)
2 parents 6927523 + 0b141af commit a3b963b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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
@@ -9,7 +9,7 @@ description = 'Not used'
99
authors = []
1010

1111
[tool.poetry.dependencies]
12-
python = ">=3.10,<3.11"
12+
python = ">=3.10,<3.12"
1313
geolinks = "0.2.1"
1414
six = "1.16.0"
1515
nose2 = "0.13.0"

0 commit comments

Comments
 (0)