Skip to content

Commit 3676b6c

Browse files
committed
Python: Update versions support to 3.9-3.13
1 parent 0b7b891 commit 3676b6c

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/Draft-Release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ defaults:
2626
# + Thorough Windows builds
2727
# + Oldest and newest cuda, lots of arch, vis off, tests on
2828
# + Wheel producing manylinux builds
29-
# + CUDA 12.0 and 13.0, py 3.8-3.12, vis on/off, py only.
29+
# + CUDA 12.0 and 13.0, py 3.9-3.13, vis on/off, py only.
3030
# + Wheel producing Windows builds
31-
# + CUDA 12.4 and 13.0, py 3.8-3.12, vis on/off, py only.
31+
# + CUDA 12.4 and 13.0, py 3.9-3.13, vis on/off, py only.
3232
# + Draft github release workflow.
3333

3434
jobs:
@@ -56,7 +56,7 @@ jobs:
5656
hostcxx: gcc-10
5757
os: ubuntu-22.04
5858
python:
59-
- "3.8"
59+
- "3.9"
6060
config:
6161
- name: "Release"
6262
config: "Release"
@@ -204,7 +204,7 @@ jobs:
204204
hostcxx: "Visual Studio 17 2022"
205205
os: windows-2022
206206
python:
207-
- "3.8"
207+
- "3.9"
208208
config:
209209
- name: "Release"
210210
config: "Release"
@@ -325,11 +325,11 @@ jobs:
325325
hostcxx: gcc-toolset-12
326326
os: ubuntu-24.04
327327
python:
328+
- "3.13"
328329
- "3.12"
329330
- "3.11"
330331
- "3.10"
331332
- "3.9"
332-
- "3.8"
333333
config:
334334
- name: "Release"
335335
config: "Release"
@@ -504,11 +504,11 @@ jobs:
504504
hostcxx: "Visual Studio 17 2022"
505505
os: windows-2022
506506
python:
507+
- "3.13"
507508
- "3.12"
508509
- "3.11"
509510
- "3.10"
510511
- "3.9"
511-
- "3.8"
512512
config:
513513
- name: "Release"
514514
config: "Release"

.github/workflows/MPI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
hostcxx: gcc-11
3838
os: ubuntu-22.04
3939
python:
40-
- "3.8"
40+
- "3.9"
4141
mpi:
4242
- lib: "openmpi"
4343
version: "apt" # MPI 3.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Optionally:
7676

7777
+ [cpplint](https://github.com/cpplint/cpplint) for linting code
7878
+ [Doxygen](http://www.doxygen.nl/) to build the documentation
79-
+ [Python](https://www.python.org/) `>= 3.8` for python integration
79+
+ [Python](https://www.python.org/) `>= 3.9` for python integration
8080
+ With `setuptools`, `wheel`, `build` and optionally `venv` python packages installed
8181
+ On Windows, CUDA >= 12.4 is required for python integration
8282
+ [swig](http://www.swig.org/) `>= 4.1.0` for python integration (with c++20 support)

0 commit comments

Comments
 (0)