mirror of
https://github.com/jdejaegh/irm-kmi-api.git
synced 2025-06-26 20:05:40 +02:00
Breaking: require Python 3.12 to support 'str' in 'Enum'
This commit is contained in:
parent
26521829b2
commit
9af80b676b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue