Skip to content

Commit

Permalink
Merge pull request #422 from nens/eli-bump-minimum-python-version
Browse files Browse the repository at this point in the history
bump minimum python version
  • Loading branch information
elisalle authored Dec 19, 2024
2 parents 910ddb6 + 71abeab commit 9893f5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
fail-fast: false
matrix:
include:
# 2019
- python: 3.8
pins: "sqlalchemy==1.4.44 alembic==1.8.* geoalchemy2==0.14.*"
display_name: "2019"
# 2021
- python: 3.9
pins: "sqlalchemy==1.4.44 alembic==1.8.* geoalchemy2==0.14.*"
Expand All @@ -35,15 +31,15 @@ jobs:
- python: "3.11"
pins: "sqlalchemy==2.0.24 alembic==1.13.1 geoalchemy2==0.14.3 numpy==2.0.1"
display_name: "2023 NumPy 2"
# current with GDAL 3.6
# 2024 with GDAL 3.6
- python: "3.12"
pins: "sqlalchemy==2.0.24 alembic==1.13.1 geoalchemy2==0.14.3 numpy==1.26.4"
display_name: "2024 GDAL 3.6"
use_gdal_36: true
# current
- python: "3.12"
- python: "3.13"
#pins: "sqlalchemy==2.0.* alembic==1.13.* geoalchemy2==0.14.*"
display_name: "current"
display_name: "2024"

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Changelog of threedi-modelchecker
-------------------

- Add test for check descriptions.
- Change minimum python version to 3.9 in pyproject.toml, update test matrix.


2.14.1 (2024-11-25)
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dynamic = ["version"]
description = "Checks validity of a 3Di schematisation"
readme = "README.rst"
license = {text = "MIT"}
requires-python = ">=3.7"
requires-python = ">=3.9"
authors = [
{ name = "Nelen & Schuurmans", email = "[email protected]" },
]
Expand All @@ -28,7 +28,6 @@ rasterio = [
]
test = [
"factory_boy",
"mock ; python_version<'3.8'",
"pytest",
"pytest-asyncio",
"pytest-cov",
Expand Down

0 comments on commit 9893f5a

Please sign in to comment.