Skip to content

Commit

Permalink
add python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
neka-nat committed Jun 4, 2024
1 parent 582e868 commit f8904a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- name: Checkout source code
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
matrix:
include:
# Windows2019 & VS 2019 supports 11.0+
- os: windows-2019
cuda: "11.2.0"
visual_studio: "Visual Studio 16 2019"
python-version: "3.8"
- os: windows-2019
cuda: "11.2.0"
visual_studio: "Visual Studio 16 2019"
Expand All @@ -32,6 +28,10 @@ jobs:
cuda: "11.2.0"
visual_studio: "Visual Studio 16 2019"
python-version: "3.11"
- os: windows-2019
cuda: "11.2.0"
visual_studio: "Visual Studio 16 2019"
python-version: "3.12"
env:
build_dir: "build"
config: "Release"
Expand Down
2 changes: 1 addition & 1 deletion src/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ def find_stubs(package):
"Programming Language :: C",
"Programming Language :: C++",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Education",
"Topic :: Multimedia :: Graphics :: 3D Rendering",
"Topic :: Multimedia :: Graphics :: Viewers",
Expand Down

0 comments on commit f8904a9

Please sign in to comment.