File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1212 "ValidatorError" ,
1313 "__version__" ,
1414)
15- __version__ = "0.9 .0"
15+ __version__ = "0.10 .0"
1616__author__ = "Valetov Konstantin"
1717
1818from .exceptions import ValidatorError
Original file line number Diff line number Diff line change 2222author = 'Konstantin Valetov'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '0.9 .0'
25+ release = '0.10 .0'
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1- aiohttp >= 3.8.0 ,< 3.11.0
1+ aiohttp >= 3.8.0 ,< 4
22pyyaml >= 5.4.0
33attrs >= 19.3.0
44fastjsonschema >= 2.15.0 ,< 2.20.0
Original file line number Diff line number Diff line change 4343 "Programming Language :: Python :: 3.9" ,
4444 "Programming Language :: Python :: 3.10" ,
4545 "Programming Language :: Python :: 3.11" ,
46+ "Programming Language :: Python :: 3.12" ,
47+ "Programming Language :: Python :: 3.13" ,
4648 "Development Status :: 4 - Beta" ,
4749 "Operating System :: POSIX" ,
4850 "Operating System :: MacOS :: MacOS X" ,
You can’t perform that action at this time.
0 commit comments