File tree 2 files changed +11
-2
lines changed 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Version history
2
2
3
3
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
+
4
12
## Version 1.10.1
5
13
6
14
### Bugfixes
Original file line number Diff line number Diff line change 4
4
readme = f .read ()
5
5
6
6
dependencies = [
7
- "pytest>=6.0 .0" ,
7
+ "pytest>=6.2 .0" ,
8
8
"mypy>=0.970" ,
9
9
"decorator" ,
10
10
"pyyaml" ,
15
15
16
16
setup (
17
17
name = "pytest-mypy-plugins" ,
18
- version = "1.10.1 " ,
18
+ version = "1.11.0 " ,
19
19
description = "pytest plugin for writing tests for mypy plugins" ,
20
20
long_description = readme ,
21
21
long_description_content_type = "text/markdown" ,
40
40
"Programming Language :: Python :: 3.8" ,
41
41
"Programming Language :: Python :: 3.9" ,
42
42
"Programming Language :: Python :: 3.10" ,
43
+ "Programming Language :: Python :: 3.11" ,
43
44
"Typing :: Typed" ,
44
45
],
45
46
)
You can’t perform that action at this time.
0 commit comments