Skip to content

Commit

Permalink
enable support for python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pustotnik committed Apr 9, 2023
1 parent f45d274 commit b588dec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- { os: ubuntu-20.04, python: '3.8' }
- { os: ubuntu-20.04, python: '3.9' }
- { os: ubuntu-22.04, python: '3.10' }
- { os: ubuntu-22.04, python: '3.11' }
- { os: macos-12, python: '3.10' }
- { os: windows-2019, python: '3.7' }
- { os: windows-2019, python: '3.8' }
Expand Down
1 change: 1 addition & 0 deletions docker/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ declare -A PYVERS_MAP=(
["3.8"]="3.8.14"
["3.9"]="3.9.14"
["3.10"]="3.10.10"
["3.11"]="3.11.2"
)

DIST="$1"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: Implementation :: CPython
Operating System :: POSIX :: Linux
Operating System :: MacOS
Expand Down

0 comments on commit b588dec

Please sign in to comment.