Skip to content

Commit ea7552e

Browse files
cedkWhyNotHugo
authored andcommitted
Add support for Python 3.14
1 parent 1d872d3 commit ea7552e

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ ubuntu-22.04 ]
11-
python: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
11+
python: [ '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
1212
variant: [ "py", "py-images" ]
1313
include:
1414
- os: macOS-12

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33

4+
v0.16.3
5+
~~~~~~~
6+
* Add support for Python 3.14.
7+
48
v0.16.2
59
~~~~~~~
610
* Add support for Python 3.13.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
2626
"Programming Language :: Python :: 3.13",
27+
"Programming Language :: Python :: 3.14",
2728
"Topic :: Multimedia :: Graphics",
2829
"Topic :: Software Development :: Libraries :: Python Modules",
2930
]

0 commit comments

Comments
 (0)