diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a6ae25be..514c4aeb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,7 +40,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, windows-latest] - pyver: ["3.8", "3.9", "3.10", "3.11"] + pyver: ["3.9", "3.10", "3.11", "3.12"] defaults: run: shell: pwsh diff --git a/setup.py b/setup.py index 2199fae6..09ba5771 100644 --- a/setup.py +++ b/setup.py @@ -31,10 +31,10 @@ "Environment :: GPU :: NVIDIA CUDA :: 12", "License :: OSI Approved :: MIT License", "Natural Language :: English", - "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", "Programming Language :: C++", ], }