File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ pip install pandas-stubs
101101
102102## Installation from sources
103103
104- - Make sure you have ` python >= 3.9 ` installed.
104+ - Make sure you have ` python >= 3.10 ` installed.
105105- Install poetry
106106
107107``` sh
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ classifiers = [
1616 " Programming Language :: Python" ,
1717 " Programming Language :: Python :: 3" ,
1818 " Programming Language :: Python :: 3 :: Only" ,
19- " Programming Language :: Python :: 3.9" ,
2019 " Programming Language :: Python :: 3.10" ,
2120 " Programming Language :: Python :: 3.11" ,
21+ " Programming Language :: Python :: 3.12" ,
2222 " Topic :: Scientific/Engineering" ,
2323]
2424packages = [{ "include" = " pandas-stubs" }]
@@ -125,7 +125,7 @@ args = [
125125
126126
127127[tool .black ]
128- target-version = [' py39 ' ]
128+ target-version = [' py310 ' ]
129129
130130[tool .isort ]
131131known_pre_libs = " pandas._config"
You can’t perform that action at this time.
0 commit comments