Skip to content

Commit

Permalink
Merge pull request #143 from IGNF/dev
Browse files Browse the repository at this point in the history
Update python version use case min 3.9
  • Loading branch information
ACornuIGN authored Jun 25, 2024
2 parents cdeb288 + 1cd26fb commit 616c8d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion borea_dependency/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: borea
channels:
- conda-forge
dependencies:
- python==3.10.*
- python>=3.9.*
- gdal
- numpy
- pylint
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ requires = ["setuptools>=61.0"]
[project]
dynamic = ["dependencies", "optional-dependencies"]
name = "ign-borea"
version = "0.1.3"
version = "0.1.4"
authors = [
{ name="Antoine Cornu", email="antoine.cornu@ign.fr" },
{ name="Nicolas Laurain", email="nicolas.laurain@ign.fr"}
]
description = "A package to manipulate orientation files"
readme = "README_borea_lib.md"
license = {file = "LICENSE"}
requires-python = ">=3.10"
requires-python = ">=3.9"
keywords = ['ign-borea','borea','aero','ign']
classifiers = [
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Operating System :: Microsoft :: Windows',
'Operating System :: Unix',
Expand Down

0 comments on commit 616c8d6

Please sign in to comment.