Skip to content

Commit

Permalink
enable support for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pustotnik committed Nov 12, 2023
1 parent b588dec commit 312f6a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- { os: ubuntu-20.04, python: '3.9' }
- { os: ubuntu-22.04, python: '3.10' }
- { os: ubuntu-22.04, python: '3.11' }
- { os: ubuntu-22.04, python: '3.12' }
- { os: macos-12, python: '3.10' }
- { os: windows-2019, python: '3.7' }
- { os: windows-2019, python: '3.8' }
Expand Down Expand Up @@ -105,6 +106,9 @@ jobs:
# deprecated
#brew install boost-python
brew install qt5
# python -m pip install --upgrade pip
# python -m pip install --upgrade aqtinstall
# aqt install-qt --outputdir /usr/local/qt mac desktop 5.15.2 clang_64
brew install dmd
brew install ldc
elif [[ $RUNNER_OS == "Windows" ]]; then
Expand Down
3 changes: 2 additions & 1 deletion docker/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ declare -A PYVERS_MAP=(
["3.8"]="3.8.14"
["3.9"]="3.9.14"
["3.10"]="3.10.10"
["3.11"]="3.11.2"
["3.11"]="3.11.6"
["3.12"]="3.12.0"
)

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

0 comments on commit 312f6a7

Please sign in to comment.