Skip to content

Commit 0ece135

Browse files
committed
Add support for python 3.14
1 parent 59be7e4 commit 0ece135

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
matrix:
6464
platform: [ubuntu-latest, macos-latest, windows-latest]
65-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
65+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
6666
runs-on: ${{ matrix.platform }}
6767
permissions:
6868
contents: read

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Release 0.11.0 (unreleased)
22
====================================
33

4+
* Support python 3.14
45
* Drop python 3.7, 3.8 support (#801)
56
* Don't show animation when running in CI (#702)
67
* Improve logic for creating Purls in SBoM (#780)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ classifiers = [
3333
"Programming Language :: Python :: 3.11",
3434
"Programming Language :: Python :: 3.12",
3535
"Programming Language :: Python :: 3.13",
36+
"Programming Language :: Python :: 3.14",
3637
"Programming Language :: Python :: 3",
3738
"Programming Language :: Python :: Implementation :: CPython",
3839
"Programming Language :: Python",

0 commit comments

Comments
 (0)