Skip to content

Commit 7e0a7fd

Browse files
authored
chore: Add support for version python version 3.13 (#4668)
1 parent d2519c1 commit 7e0a7fd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
2020
strategy:
2121
matrix:
22-
python: ['3.9', '3.10', '3.11', '3.12']
22+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
2323
steps:
2424
- name: Harden Runner
2525
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
7373
strategy:
7474
matrix:
75-
python: ['3.9', '3.11', '3.12']
75+
python: ['3.9', '3.11', '3.12', '3.13']
7676
timeout-minutes: 90
7777
steps:
7878
- name: Harden Runner

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"Programming Language :: Python :: 3.9",
4747
"Programming Language :: Python :: 3.10",
4848
"Programming Language :: Python :: 3.11",
49+
"Programming Language :: Python :: 3.13",
4950
"Programming Language :: Python :: Implementation :: CPython",
5051
"Programming Language :: Python :: Implementation :: PyPy",
5152
],

0 commit comments

Comments
 (0)