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
101
101
102
102
## Installation from sources
103
103
104
- - Make sure you have ` python >= 3.9 ` installed.
104
+ - Make sure you have ` python >= 3.10 ` installed.
105
105
- Install poetry
106
106
107
107
``` sh
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ classifiers = [
16
16
" Programming Language :: Python" ,
17
17
" Programming Language :: Python :: 3" ,
18
18
" Programming Language :: Python :: 3 :: Only" ,
19
- " Programming Language :: Python :: 3.9" ,
20
19
" Programming Language :: Python :: 3.10" ,
21
20
" Programming Language :: Python :: 3.11" ,
21
+ " Programming Language :: Python :: 3.12" ,
22
22
" Topic :: Scientific/Engineering" ,
23
23
]
24
24
packages = [{ "include" = " pandas-stubs" }]
@@ -125,7 +125,7 @@ args = [
125
125
126
126
127
127
[tool .black ]
128
- target-version = [' py39 ' ]
128
+ target-version = [' py310 ' ]
129
129
130
130
[tool .isort ]
131
131
known_pre_libs = " pandas._config"
You can’t perform that action at this time.
0 commit comments