Skip to content

Commit cc56cbb

Browse files
akxWhyNotHugo
authored andcommitted
Declare support for and test on Python 3.13
1 parent 34196aa commit cc56cbb

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.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' ]
11+
python: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
1212
variant: [ "py", "py-images" ]
1313
include:
1414
- os: macOS-12

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ python-barcode
2626
There are no external dependencies when generating SVG files.
2727
Pillow is required for generating images (e.g.: PNGs).
2828

29-
Support Python 3.9 to 3.12.
29+
Support Python 3.9 to 3.13.
3030

3131
.. image:: example-ean13.png
3232
:target: https://github.com/WhyNotHugo/python-barcode

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.2
5+
~~~~~~~
6+
* Add support for Python 3.13.
7+
48
v0.16.1
59
~~~~~~~
610
* Switch from ``setup.py`` to ``pyproject.toml``. Only affects how installation

pyproject.toml

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

0 commit comments

Comments
 (0)