Skip to content

Commit 35a32f9

Browse files
authored
Upgrade python version to 3.13 (#292)
* Upgrade python version to 3.13 for pipfile remove old vestigial ci configs * update python version in github CI
1 parent d1b6ac5 commit 35a32f9

File tree

6 files changed

+881
-931
lines changed

6 files changed

+881
-931
lines changed

.aicoe-ci.yaml

-8
This file was deleted.

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.8", "3.9", "3.10"]
19+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
2222
- uses: actions/checkout@v3

.thoth.yaml

-33
This file was deleted.

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ matplotlib = "*"
1717
numpy = "*"
1818

1919
[requires]
20-
python_version = "3.8"
20+
python_version = "3.13"

0 commit comments

Comments
 (0)