File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Version history
22
33
4+ ## Version 1.11.0
5+
6+ ### Features
7+
8+ - Adds ` python3.11 ` support and promise about ` python3.12 ` support
9+ - Removes ` pkg_resources ` to use ` packaging ` instead
10+
11+
412## Version 1.10.1
513
614### Bugfixes
Original file line number Diff line number Diff line change 44 readme = f .read ()
55
66dependencies = [
7- "pytest>=6.0 .0" ,
7+ "pytest>=6.2 .0" ,
88 "mypy>=0.970" ,
99 "decorator" ,
1010 "pyyaml" ,
1515
1616setup (
1717 name = "pytest-mypy-plugins" ,
18- version = "1.10.1 " ,
18+ version = "1.11.0 " ,
1919 description = "pytest plugin for writing tests for mypy plugins" ,
2020 long_description = readme ,
2121 long_description_content_type = "text/markdown" ,
4040 "Programming Language :: Python :: 3.8" ,
4141 "Programming Language :: Python :: 3.9" ,
4242 "Programming Language :: Python :: 3.10" ,
43+ "Programming Language :: Python :: 3.11" ,
4344 "Typing :: Typed" ,
4445 ],
4546)
You can’t perform that action at this time.
0 commit comments