Skip to content

Commit

Permalink
Merge pull request #143 from cisagov/improvement/support-python-13
Browse files Browse the repository at this point in the history
Support Python 3.13
  • Loading branch information
jsf9k authored Jan 31, 2025
2 parents 42cab98 + 34c6b7c commit 0da26c3
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 @@ -188,6 +188,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
Expand Down Expand Up @@ -306,6 +307,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
Expand Down Expand Up @@ -366,6 +368,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def get_version(version_file):
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
],
python_requires=">=3.9",
Expand Down

0 comments on commit 0da26c3

Please sign in to comment.