Skip to content

Commit 102bfd3

Browse files
committed
Oldest supported Python -> 3.9
1 parent 063bb2c commit 102bfd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-and-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up oldest supported Python on ${{ matrix.os }}
5454
uses: actions/setup-python@v5
5555
with:
56-
python-version: 3.8
56+
python-version: 3.9
5757
- name: Run tests on oldest supported Python
5858
run: |
5959
python -m pip install -r requirements.txt

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "job-queue"
77
description = ""
88
version = "0.1.0"
99
readme = "README.md"
10-
requires-python = ">=3.11"
10+
requires-python = ">=3.9"
1111
dependencies = ["docker", "kubernetes", "ray[train]", "tensorflow"]
1212

1313
[project.scripts]

0 commit comments

Comments
 (0)