File tree 6 files changed +7
-0
lines changed
6 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ class Package(PackageSpecification):
45
45
"3.8" ,
46
46
"3.9" ,
47
47
"3.10" ,
48
+ "3.11" ,
48
49
}
49
50
50
51
def __init__ (
Original file line number Diff line number Diff line change 23
23
"3.8.*" ,
24
24
"3.9.*" ,
25
25
"3.10.*" ,
26
+ "3.11.*" ,
26
27
]
27
28
28
29
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ def test_get_metadata_content() -> None:
101
101
"Programming Language :: Python :: 3.8" ,
102
102
"Programming Language :: Python :: 3.9" ,
103
103
"Programming Language :: Python :: 3.10" ,
104
+ "Programming Language :: Python :: 3.11" ,
104
105
"Topic :: Software Development :: Build Tools" ,
105
106
"Topic :: Software Development :: Libraries :: Python Modules" ,
106
107
]
Original file line number Diff line number Diff line change @@ -276,6 +276,7 @@ def test_complete() -> None:
276
276
Classifier: Programming Language :: Python :: 3.8
277
277
Classifier: Programming Language :: Python :: 3.9
278
278
Classifier: Programming Language :: Python :: 3.10
279
+ Classifier: Programming Language :: Python :: 3.11
279
280
Classifier: Topic :: Software Development :: Build Tools
280
281
Classifier: Topic :: Software Development :: Libraries :: Python Modules
281
282
Provides-Extra: time
@@ -400,6 +401,7 @@ def test_complete_no_vcs() -> None:
400
401
Classifier: Programming Language :: Python :: 3.8
401
402
Classifier: Programming Language :: Python :: 3.9
402
403
Classifier: Programming Language :: Python :: 3.10
404
+ Classifier: Programming Language :: Python :: 3.11
403
405
Classifier: Topic :: Software Development :: Build Tools
404
406
Classifier: Topic :: Software Development :: Libraries :: Python Modules
405
407
Provides-Extra: time
Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ def test_prepare_metadata_for_build_wheel() -> None:
165
165
Classifier: Programming Language :: Python :: 3.8
166
166
Classifier: Programming Language :: Python :: 3.9
167
167
Classifier: Programming Language :: Python :: 3.10
168
+ Classifier: Programming Language :: Python :: 3.11
168
169
Classifier: Topic :: Software Development :: Build Tools
169
170
Classifier: Topic :: Software Development :: Libraries :: Python Modules
170
171
Provides-Extra: time
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ def test_create_poetry() -> None:
143
143
"Programming Language :: Python :: 3.8" ,
144
144
"Programming Language :: Python :: 3.9" ,
145
145
"Programming Language :: Python :: 3.10" ,
146
+ "Programming Language :: Python :: 3.11" ,
146
147
"Topic :: Software Development :: Build Tools" ,
147
148
"Topic :: Software Development :: Libraries :: Python Modules" ,
148
149
]
You can’t perform that action at this time.
0 commit comments