Skip to content

Commit

Permalink
Merge pull request #126 from cisagov/improvement/add-python-3.12
Browse files Browse the repository at this point in the history
Add support for Python version 3.12 in build workflow
  • Loading branch information
mcdonnnj authored Dec 19, 2023
2 parents 593f588 + 580429a commit a9e6af1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
include:
- os: ubuntu-20.04
python-version: "3.6"
Expand Down Expand Up @@ -268,6 +269,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
include:
- os: ubuntu-20.04
python-version: "3.6"
Expand Down Expand Up @@ -327,6 +329,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
include:
- os: ubuntu-20.04
python-version: "3.6"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def get_version(version_file):
"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",
],
python_requires=">=3.6",
Expand Down

0 comments on commit a9e6af1

Please sign in to comment.