We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713c3c6 commit 8156336Copy full SHA for 8156336
2 files changed
README.rst
@@ -26,7 +26,7 @@ python-barcode
26
There are no external dependencies when generating SVG files.
27
Pillow is required for generating images (e.g.: PNGs).
28
29
-Support Python 3.8 to 3.11.
+Support Python 3.8 to 3.12.
30
31
.. image:: example-ean13.png
32
:target: https://github.com/WhyNotHugo/python-barcode
setup.py
@@ -29,6 +29,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
33
"Topic :: Multimedia :: Graphics",
34
"Topic :: Software Development :: Libraries :: Python Modules",
35
],
0 commit comments