Skip to content

Commit 82450a2

Browse files
authored
Merge pull request #74 from apoorvkh/python-3.9
Upgrade min version to Python 3.9
2 parents b8b18f6 + bb52034 commit 82450a2

File tree

6 files changed

+531
-1288
lines changed

6 files changed

+531
-1288
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ jobs:
6767
strategy:
6868
fail-fast: false
6969
matrix:
70-
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
70+
python: ["3.9", "3.10", "3.11", "3.12"]
7171
pytorch: ${{fromJson(needs.get-pytorch-versions.outputs.versions)}}
7272

7373
steps:
7474
- uses: actions/checkout@v4
7575

7676
- name: Inject (python / pytorch) test deps into pixi.toml / pyproject.toml
7777
run: |
78-
sed -i 's/python = "3.8.1"/python = "${{ matrix.python }}.*"/' pixi.toml
78+
sed -i 's/python = "3.9"/python = "${{ matrix.python }}.*"/' pixi.toml
7979
sed -i 's/torch>=2.0.0/torch~=${{ matrix.pytorch }}/' pyproject.toml
8080
8181
- uses: prefix-dev/[email protected]

docs/.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-24.04
55
tools:
6-
python: "3.8"
6+
python: "3.9"
77

88
sphinx:
99
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)