mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
enable python 3.12
Signed-off-by: E3E <ntanzill@purdue.edu>
This commit is contained in:
parent
c92cd28b38
commit
4e1d8a7ad3
3 changed files with 3 additions and 2 deletions
2
.github/workflows/_test.yml
vendored
2
.github/workflows/_test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ version: 2
|
|||
build:
|
||||
os: "ubuntu-22.04"
|
||||
tools:
|
||||
python: "3.11"
|
||||
python: "3.12"
|
||||
|
||||
# Build documentation with Sphinx
|
||||
sphinx:
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue