Skip to content

Commit ef61ffe

Browse files
cedkWhyNotHugo
andcommitted
Add support for Python 3.14
Co-Authored-By: Hugo Osvaldo Barrera <hugo@whynothugo.nl>
1 parent 8f25ae8 commit ef61ffe

3 files changed

Lines changed: 3 additions & 2 deletions

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33

44
v0.16.2
55
~~~~~~~
6-
* Add support for Python 3.13.
6+
* Add support for Python 3.13 and 3.14.
77
* Fix a leading ``99`` digit pair being silently dropped from Code128
88
barcodes. (#251)
99
* Fix ISBN-10 and ISSN barcodes being truncated to 10 and 8 digits.

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)