diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3a846ab50..7f271f8c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.8', '3.9', '3.10.6'] + python-version: ['3.8', '3.9', '3.10.6', '3.11'] steps: - uses: actions/checkout@v3 diff --git a/pyproject.toml b/pyproject.toml index f310eaa49..1dfee5d38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Scientific/Engineering" ] packages = [ @@ -31,7 +32,7 @@ packages = [ "Source Code" = "https://github.com/pandas-dev/pandas-stubs" [tool.poetry.dependencies] -python = ">=3.8,<3.11" +python = ">=3.8,<3.12" types-pytz = ">= 2022.1.1" [tool.poetry.dev-dependencies]