Skip to content

Commit 306f797

Browse files
python support 3.10 – 3.12
1 parent 8e2bd87 commit 306f797

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ["3.9", "3.10", "3.11", "3.12"]
12+
python-version: ["3.10", "3.11", "3.12"]
1313

1414
steps:
1515
- name: Checkout code

.github/workflows/uv-install-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ["3.9", "3.10", "3.11", "3.12"]
12+
python-version: ["3.10", "3.11", "3.12"]
1313

1414
steps:
1515
- name: Checkout code

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44

5-
![Python Version](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)
5+
![Python Version](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12-blue)
66
![UV Install Check](https://github.com/hummerichsander/split-flows/actions/workflows/uv-install-check.yml/badge.svg)
77
![Tests](https://github.com/hummerichsander/split-flows/actions/workflows/pytest.yml/badge.svg)
88
[![codecov](https://codecov.io/gh/hummerichsander/split-flows/branch/public/graph/badge.svg)](https://codecov.io/gh/hummerichsander/split-flows)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "split-flows"
33
version = "0.1.0"
44
description = "Split-flows"
55
readme = "README.md"
6-
requires-python = ">=3.9,<3.13"
6+
requires-python = ">=3.10,<3.13"
77
dependencies = [
88
"egnn-pytorch==0.2.8",
99
"hydrantic",

0 commit comments

Comments
 (0)