Skip to content

Commit f8904a9

Browse files
committed
add python3.12
1 parent 582e868 commit f8904a9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
strategy:
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11"]
16+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1717

1818
steps:
1919
- name: Checkout source code

.github/workflows/windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
matrix:
1717
include:
1818
# Windows2019 & VS 2019 supports 11.0+
19-
- os: windows-2019
20-
cuda: "11.2.0"
21-
visual_studio: "Visual Studio 16 2019"
22-
python-version: "3.8"
2319
- os: windows-2019
2420
cuda: "11.2.0"
2521
visual_studio: "Visual Studio 16 2019"
@@ -32,6 +28,10 @@ jobs:
3228
cuda: "11.2.0"
3329
visual_studio: "Visual Studio 16 2019"
3430
python-version: "3.11"
31+
- os: windows-2019
32+
cuda: "11.2.0"
33+
visual_studio: "Visual Studio 16 2019"
34+
python-version: "3.12"
3535
env:
3636
build_dir: "build"
3737
config: "Release"

src/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ def find_stubs(package):
5151
"Programming Language :: C",
5252
"Programming Language :: C++",
5353
"Programming Language :: Python :: 3",
54-
"Programming Language :: Python :: 3.8",
5554
"Programming Language :: Python :: 3.9",
5655
"Programming Language :: Python :: 3.10",
5756
"Programming Language :: Python :: 3.11",
57+
"Programming Language :: Python :: 3.12",
5858
"Topic :: Education",
5959
"Topic :: Multimedia :: Graphics :: 3D Rendering",
6060
"Topic :: Multimedia :: Graphics :: Viewers",

0 commit comments

Comments
 (0)