This is an automated email from the ASF dual-hosted git repository.
skrawcz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hamilton.git
The following commit(s) were added to refs/heads/main by this push:
new 5b1af5ef Update supported python versions in front page badge
5b1af5ef is described below
commit 5b1af5efc5926f7bb8c01535b16816873ba0fb79
Author: Dev-iL <[email protected]>
AuthorDate: Wed Jan 28 09:50:56 2026 +0200
Update supported python versions in front page badge
---
README.md | 2 +-
pyproject.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0410467e..2af4e137 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ under the License.
<a href='https://hamilton.apache.org/?badge=latest'>
<img
src='https://readthedocs.org/projects/hamilton/badge/?version=latest'
alt='Documentation Status' />
</a><a href="https://www.python.org/downloads/" target="_blank">
- <img
src="https://img.shields.io/badge/python-3.8|%203.9|%203.10|%203.11|%203.12-blue.svg"
alt="Python supported"/>
+ <img
src="https://img.shields.io/badge/python-3.10%20|%203.11%20|%203.12%20|%203.13%20|%203.14-blue.svg"
alt="Python supported"/>
</a>
<a href="https://pypi.org/project/sf-hamilton/" target="_blank">
<img src="https://badge.fury.io/py/sf-hamilton.svg" alt="PyPi Version"/>
diff --git a/pyproject.toml b/pyproject.toml
index 79ffe7a7..5e32e622 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -84,7 +84,7 @@ ui = ["sf-hamilton-ui"]
# vaex -- on >=py3.11 only core part available
https://github.com/vaexio/vaex/pull/2331#issuecomment-2437198176
vaex = [
- "vaex; python_version <= '3.10'"
+ "vaex; python_version == '3.10'"
]
visualization = ["graphviz", "networkx"]