Skip to content

Commit

Permalink
Update python version requirements (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikineema authored Jan 8, 2025
1 parent 6473401 commit cb9dec7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tools/deafrica_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__locales__ = __path__[0] + "/locales"

__version__ = "2.5.4"
__version__ = "2.5.5"


def set_lang(lang=None):
Expand Down
5 changes: 3 additions & 2 deletions Tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "deafrica-tools"
# reflect version changes in deafrica_tools/__init__.py
version = "2.5.4"
version = "2.5.5"
description = "Functions and algorithms for analysing Digital Earth Africa data."
authors = [{name = "Digital Earth Africa", email = "[email protected]"}]
maintainers = [{name = "Digital Earth Africa", email = "[email protected]"}]
Expand All @@ -21,10 +21,11 @@ classifiers=[
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: GIS',
]
requires-python = ">=3.9,<3.12"
requires-python = ">=3.9"
dependencies= [
"aiohttp",
"aiobotocore[boto3]", # for boto3
Expand Down

0 comments on commit cb9dec7

Please sign in to comment.