enable python 3.12

Signed-off-by: E3E <ntanzill@purdue.edu>
This commit is contained in:
E3E 2023-12-02 23:21:06 -05:00
parent c92cd28b38
commit 4e1d8a7ad3
3 changed files with 3 additions and 2 deletions

View file

@ -37,7 +37,7 @@ jobs:
# (sslib main) on Linux/Python3.x only.
matrix:
toxenv: [py]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- python-version: 3.x

View file

@ -10,7 +10,7 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.11"
python: "3.12"
# Build documentation with Sphinx
sphinx:

View file

@ -37,6 +37,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Security",
"Topic :: Software Development",