Skip to content

Commit

Permalink
Python: Add support for 3.11
Browse files Browse the repository at this point in the history
Since apache#6295 and apache#6294 have been merged, we should be ready to support 3.11

Closes apache#6124
  • Loading branch information
Fokko committed Dec 1, 2022
1 parent 49a0ea9 commit 6aebc9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['3.8', '3.9', '3.10']
python: ['3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10"
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
]

packages = [
Expand Down

0 comments on commit 6aebc9b

Please sign in to comment.