Skip to content

Commit 8594aa3

Browse files
committed
update
1 parent ee2a66c commit 8594aa3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"
1111

1212
[project]
1313
name = "xcodex"
14-
version = "0.0.8"
14+
version = "0.0.9"
1515
authors = [
1616
{name="Henrique Fontellas Laurito", email="henrique.f.laurito@unesp.br" }
1717
]
@@ -24,7 +24,7 @@ description = """This package will download and extract daily data of XCO2 from
2424
doi: 10.5067/Y9M4NM9MPCGH"""
2525

2626
readme = "README.md"
27-
requires-python = ">=3.8"
27+
requires-python = ">=3.11.9"
2828
classifiers = [
2929
"Development Status :: 4 - Beta",
3030
"Intended Audience :: Developers",

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = "0.0.8"
3+
VERSION = "0.0.9"
44
DESCRIPTION = """This package will download and extract daily data of XCO2 from the NASA Goddard Earth Sciences (GES)
55
Data and Information Services Center (DISC)"
66
Source citation: Brad Weir, Lesley Ott and OCO-2 Science Team (2022), OCO-2 GEOS Level 3 daily,
@@ -26,6 +26,6 @@
2626
"Operating System :: MacOS :: MacOS X",
2727
"Operating System :: Microsoft :: Windows"],
2828
package_dir={"": "."},
29-
python_requires=">=3.8",
29+
python_requires=">=3.11.9",
3030
install_requires=['pandas', 'numpy', "xarray", 'jupyter', 'requests', 'setuptools', 'tqdm']
3131
)

0 commit comments

Comments
 (0)