Skip to content

Commit fdd9d38

Browse files
add changelog and upgrade metadata classifiers
1 parent 7b3f063 commit fdd9d38

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGES.rst

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Prance 25.04.08.0
2+
==================
3+
4+
Compatibility changes
5+
---------------------
6+
7+
Thank you to Mathis for bringing this forth.
8+
9+
- migrate from jsonschema to referencing for references
10+
- drop unmaintained python 3.8/3.9
11+
- add support + ci for python 3.11/3.12/3.14
12+
- migrate convert from mermade.org.uk to converter.swagger.io
13+
- switch yaml mimetype from the x-yaml form to the official yaml form
14+
- include petstore example data to ease testing without the git subrepo
15+
- explicitly use openapi-spec-validator backends in tests
16+
- drop dependency on setuptools and six
17+
118
Prance 23.06.21.0
219
==================
320

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>60", "wheel", "setuptools_scm[toml]>8"]
2+
requires = ["setuptools>65", "wheel", "setuptools_scm[toml]>8"]
33
build-backend = "setuptools.build_meta"
44

55

setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ classifiers =
77
Development Status :: 4 - Beta
88
Environment :: Plugins
99
Intended Audience :: Developers
10-
License :: OSI Approved :: MIT License
1110
Natural Language :: English
1211
Operating System :: OS Independent
1312
Programming Language :: Python :: 3

0 commit comments

Comments
 (0)