Stop using c++ (#600)

Python 3.13a6+ & C++ & Cython cause compile error on some compilers.
This commit is contained in:
Inada Naoki 2024-05-04 16:01:48 +09:00 committed by GitHub
parent 0602baf3ea
commit 3e9a2a7419
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 80 additions and 68 deletions

View file

@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
py: ["3.12", "3.11", "3.10", "3.9", "3.8"]
py: ["3.13-dev", "3.12", "3.11", "3.10", "3.9", "3.8"]
runs-on: ${{ matrix.os }}
name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }}