Skip to content

Commit 0da26c3

Browse files
authored
Merge pull request #143 from cisagov/improvement/support-python-13
Support Python 3.13
2 parents 42cab98 + 34c6b7c commit 0da26c3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ jobs:
188188
- "3.10"
189189
- "3.11"
190190
- "3.12"
191+
- "3.13"
191192
steps:
192193
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
193194
with:
@@ -306,6 +307,7 @@ jobs:
306307
- "3.10"
307308
- "3.11"
308309
- "3.12"
310+
- "3.13"
309311
steps:
310312
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
311313
with:
@@ -366,6 +368,7 @@ jobs:
366368
- "3.10"
367369
- "3.11"
368370
- "3.12"
371+
- "3.13"
369372
steps:
370373
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
371374
with:

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def get_version(version_file):
7979
"Programming Language :: Python :: 3.10",
8080
"Programming Language :: Python :: 3.11",
8181
"Programming Language :: Python :: 3.12",
82+
"Programming Language :: Python :: 3.13",
8283
"Programming Language :: Python :: Implementation :: CPython",
8384
],
8485
python_requires=">=3.9",

0 commit comments

Comments
 (0)