File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
tests/prospector-profile-test Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ classifiers = [
3232 " Programming Language :: Python :: 3.11" ,
3333 " Programming Language :: Python :: 3.12" ,
3434 " Programming Language :: Python :: 3.13" ,
35+ " Programming Language :: Python :: 3.14" ,
3536 " Topic :: Software Development :: Quality Assurance" ,
3637]
3738dynamic = [ " dependencies" ]
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ version = "0.0.0"
55description = " A package used to test the prospector external profile"
66classifiers = [
77 " Programming Language :: Python :: 3 :: Only" ,
8- " Programming Language :: Python :: 3.9" ,
98 " Programming Language :: Python :: 3.10" ,
109 " Programming Language :: Python :: 3.11" ,
1110 " Programming Language :: Python :: 3.12" ,
1211 " Programming Language :: Python :: 3.13" ,
12+ " Programming Language :: Python :: 3.14" ,
1313]
1414
1515[tool .setuptools .package-data ]
You can’t perform that action at this time.
0 commit comments