Skip to content

Commit 970f27e

Browse files
committed
Update dependencies to support Python 3.13
1 parent 9868016 commit 970f27e

4 files changed

Lines changed: 2241 additions & 2097 deletions

File tree

.devcontainer/dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#compatability with Tensorflow 2.6.0 as per https://www.tensorflow.org/install/source#gpu
2-
ARG PYTHON_VERSION=3.9
1+
#compatibility with Tensorflow 2.6.0 as per https://www.tensorflow.org/install/source#gpu
2+
ARG PYTHON_VERSION=3.10
33
ARG UBUNTU_VERSION=noble
4-
ARG POETRY_VERSION=1.6.1
4+
ARG POETRY_VERSION=1.8.2
55
ARG CUDA_VERSION=12.6.1-base-ubuntu24.04
66

77
FROM nvidia/cuda:$CUDA_VERSION

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17-
python-version: ["3.9", "3.10", "3.11", "3.12"]
17+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1818
defaults:
1919
run:
2020
shell: bash
@@ -66,11 +66,11 @@ jobs:
6666

6767
steps:
6868
- uses: actions/checkout@v5
69-
- name: Set up Python 3.9
69+
- name: Set up Python 3.10
7070
id: setup-python
7171
uses: actions/setup-python@v6
7272
with:
73-
python-version: "3.9"
73+
python-version: "3.10"
7474
- name: Install Poetry
7575
uses: snok/install-poetry@v1
7676
with:

0 commit comments

Comments
 (0)