henrikingo commented on code in PR #108:
URL: https://github.com/apache/otava/pull/108#discussion_r2596292814
##########
pyproject.toml:
##########
@@ -17,10 +17,10 @@
[project]
name = "apache-otava"
-version = "0.7.0"
+version = "1.0.0"
Review Comment:
Yeah, probably about time.
##########
pyproject.toml:
##########
@@ -30,38 +30,45 @@ maintainers = [
]
classifiers = [
"License :: OSI Approved :: Apache Software License",
- "Programming Language :: Python :: 3.8",
- "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
]
dependencies = [
"dateparser>=1.0.0",
- "numpy==1.24.*",
- "python-dateutil>=2.8.1",
- "scipy==1.10.*",
- "ruamel.yaml==0.17.21",
- "requests>=2.25.1",
- "pystache>=0.6.0",
- "tabulate>=0.8.7",
- "validators>=0.18.2",
- "slack-sdk>=3.4.2",
- "google-cloud-bigquery>=3.25.0",
- "pg8000>=1.31.2",
+ "numpy==2.2.0.*",
+ "python-dateutil>=2.9.0",
+ "ruamel.yaml==0.18.16",
+ "requests>=2.32.5",
+ "pystache>=0.6.8",
+ "tabulate>=0.9.0",
+ "validators>=0.35.0",
+ "slack-sdk>=3.39.0",
+ "google-cloud-bigquery>=3.38.0",
+ "pg8000>=1.31.5",
"configargparse>=1.7.1",
"expandvars>=0.12.0",
+
+ # For Python 3.10: last series that supports it
+ "scipy>=1.15,<1.16; python_version < '3.11'",
Review Comment:
Do we need to support all of these python versions? I would be more
aggressive in jumping to the newest and dropping older versions.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]