File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.9 -3.13 , vis on/off, py only.
29+ # + CUDA 12.0 and 13.0, py 3.10 -3.14 , vis on/off, py only.
3030# + Wheel producing Windows builds
31- # + CUDA 12.4 and 13.0, py 3.9 -3.13 , vis on/off, py only.
31+ # + CUDA 12.4 and 13.0, py 3.10 -3.14 , vis on/off, py only.
3232# + Draft github release workflow.
3333
3434jobs :
5656 hostcxx : gcc-10
5757 os : ubuntu-22.04
5858 python :
59- - " 3.9 "
59+ - " 3.10 "
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.9 "
207+ - " 3.10 "
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.14"
328329 - " 3.13"
329330 - " 3.12"
330331 - " 3.11"
331332 - " 3.10"
332- - " 3.9"
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.14"
507508 - " 3.13"
508509 - " 3.12"
509510 - " 3.11"
510511 - " 3.10"
511- - " 3.9"
512512 config :
513513 - name : " Release"
514514 config : " Release"
Original file line number Diff line number Diff line change 3737 hostcxx : gcc-11
3838 os : ubuntu-22.04
3939 python :
40- - " 3.9 "
40+ - " 3.10 "
4141 mpi :
4242 - lib : " openmpi"
4343 version : " apt" # MPI 3.1
Original file line number Diff line number Diff 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.9 ` for python integration
79+ + [ Python] ( https://www.python.org/ ) ` >= 3.10 ` 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)
You can’t perform that action at this time.
0 commit comments