Skip to content

Commit 4adde29

Browse files
committed
Support Python 3.11
1 parent 69710a1 commit 4adde29

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-latest, macos-latest]
17-
python-version: ['3.8', '3.9', '3.10.6']
17+
python-version: ['3.8', '3.9', '3.10.6', '3.11-dev']
1818

1919
steps:
2020
- uses: actions/checkout@v3

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.8",
2020
"Programming Language :: Python :: 3.9",
2121
"Programming Language :: Python :: 3.10",
22+
"Programming Language :: Python :: 3.11",
2223
"Topic :: Scientific/Engineering"
2324
]
2425
packages = [
@@ -31,7 +32,7 @@ packages = [
3132
"Source Code" = "https://github.com/pandas-dev/pandas-stubs"
3233

3334
[tool.poetry.dependencies]
34-
python = ">=3.8,<3.11"
35+
python = ">=3.8,<3.12"
3536
types-pytz = ">= 2022.1.1"
3637

3738
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)