Skip to content

Commit

Permalink
Remove references to Python 3.9 (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 authored Sep 11, 2024
1 parent fa7e444 commit 336718a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pip install pandas-stubs

## Installation from sources

- Make sure you have `python >= 3.9` installed.
- Make sure you have `python >= 3.10` installed.
- Install poetry

```sh
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
]
packages = [{ "include" = "pandas-stubs" }]
Expand Down Expand Up @@ -125,7 +125,7 @@ args = [


[tool.black]
target-version = ['py39']
target-version = ['py310']

[tool.isort]
known_pre_libs = "pandas._config"
Expand Down

0 comments on commit 336718a

Please sign in to comment.