Skip to content

Commit 8156336

Browse files
akxWhyNotHugo
authored andcommitted
Mark as officially supported on Python 3.12
1 parent 713c3c6 commit 8156336

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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.8 to 3.11.
29+
Support Python 3.8 to 3.12.
3030

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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"Programming Language :: Python :: 3.9",
3030
"Programming Language :: Python :: 3.10",
3131
"Programming Language :: Python :: 3.11",
32+
"Programming Language :: Python :: 3.12",
3233
"Topic :: Multimedia :: Graphics",
3334
"Topic :: Software Development :: Libraries :: Python Modules",
3435
],

0 commit comments

Comments
 (0)