Skip to content

Commit

Permalink
Increase Python support range to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs committed Jan 31, 2024
1 parent 6696abe commit 69b8f0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pipelines/azure-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
matrix:
Python3_9:
python.version: "3.9"
#Python3_10:
# python.version: "3.10"
#Python3_11:
# python.version: "3.11"

Python3_10:
python.version: "3.10"
Python3_11:
python.version: "3.11"
Python3_12:
python.version: "3.12"
timeoutInMinutes: 10

steps:
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"Programming Language :: Python :: 3.7",
"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",
],
keywords="assemblyline automated malware analysis gc canada cse-cst cse cst cyber cccs",
packages=find_packages(
Expand Down

0 comments on commit 69b8f0a

Please sign in to comment.