Breaking: require Python 3.12 to support 'str' in 'Enum'

This commit is contained in:
Jules 2025-05-05 22:44:24 +02:00
parent 26521829b2
commit 9af80b676b
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.13"]
python-version: ["3.12", "3.13"]
steps:
- uses: MathRobin/timezone-action@v1.1

View file

@ -20,7 +20,7 @@ dependencies = [
"async-timeout>=4.0.3",
"svgwrite>=1.4.3",
]
requires-python = ">=3.11"
requires-python = ">=3.12"
[project.urls]
Homepage = "https://github.com/jdejaegh/irm-kmi-api"