markdown_convert 1.2.19__tar.gz → 1.2.20__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: markdown_convert
3
- Version: 1.2.19
3
+ Version: 1.2.20
4
4
  Summary: Convert Markdown files to PDF from your command line.
5
5
  Project-URL: homepage, https://github.com/Julynx/markdown_convert
6
6
  Author-email: Julio Cabria <juliocabria@tutanota.com>
@@ -9,7 +9,7 @@ License-File: LICENSE
9
9
  Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
10
10
  Classifier: Operating System :: OS Independent
11
11
  Classifier: Programming Language :: Python :: 3
12
- Requires-Python: <3.14,>=3.9
12
+ Requires-Python: <3.15,>=3.9
13
13
  Requires-Dist: argsdict==1.0.0
14
14
  Requires-Dist: latex2mathml>=3.78.1
15
15
  Requires-Dist: markdown2<3,>=2.4.13
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "markdown_convert"
7
- version = "1.2.19"
7
+ version = "1.2.20"
8
8
  description = "Convert Markdown files to PDF from your command line."
9
9
  authors = [
10
10
  { name = "Julio Cabria", email = "juliocabria@tutanota.com" },
11
11
  ]
12
12
  license = { text = "GPL-2.0-only" }
13
13
  readme = "README.md"
14
- requires-python = ">=3.9,<3.14"
14
+ requires-python = ">=3.9,<3.15"
15
15
  classifiers = [
16
16
  "Programming Language :: Python :: 3",
17
17
  "License :: OSI Approved :: GNU General Public License v2 (GPLv2)",