Skip to content

Commit a6acf8b

Browse files
Merge pull request #86 from rs-station/renovate/python-3.x
chore(deps): update python to >=3.9, <3.14
2 parents 8f867a0 + 45a83e7 commit a6acf8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ['3.9', '3.10', '3.11', '3.12']
20+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
2121
platform: [ubuntu-latest]
2222

2323
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "matchmaps"
99
# versioning through releases
1010
description = "Make unbiased difference maps even for non-isomorphous inputs"
1111
readme = "README.md"
12-
requires-python = ">=3.9, <3.13"
12+
requires-python = ">=3.9, <3.14"
1313
license = { text = "BSD 3-Clause License" }
1414
authors = [
1515
{ email = "[email protected]", name = "Dennis Brookner" },

0 commit comments

Comments
 (0)