Skip to content

Commit 336718a

Browse files
authored
Remove references to Python 3.9 (#999)
1 parent fa7e444 commit 336718a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
]
2424
packages = [{ "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]
131131
known_pre_libs = "pandas._config"

0 commit comments

Comments
 (0)