Skip to content

Commit

Permalink
AIP-6913 support Py3.8 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
talebzeghmi authored Dec 8, 2022
1 parent 2c26391 commit 79d4947
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "zdatasets"
version = "0.2.3"
version = "0.2.4"
description = "Dataset SDK for consistent read/write [batch, online, streaming] data."
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.8",
]
authors = ["Taleb Zeghmi"]
readme = "README.md"
Expand All @@ -26,7 +26,7 @@ hive_dataset = "datasets.plugins:HiveDataset"
metaflow_executor = "datasets.plugins:MetaflowExecutor"

[tool.poetry.dependencies]
python = ">=3.9.0,<4"
python = ">=3.8.0,<4"
pandas = ">=1.1.0"
pyarrow = ">=6.0.0"
dask = { version = ">=2021.9.1", optional = true }
Expand Down

0 comments on commit 79d4947

Please sign in to comment.