strategy:
matrix:
os: [ubuntu-latest, windows-latest]
- python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "=3.9[build=*_pypy]"]
+ python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "=3.9[build=*_pypy]"]
exclude:
- os: windows-latest
python-version: "2.7"
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
+ channels: conda-forge, conda-forge/label/python_rc
miniforge-version: latest
python-version: ${{ matrix.python-version }}
if: ${{ !contains(fromJSON(env.not_in_conda), matrix.python-version) }}
Version 0.8.1 (in development)
------------------------------
-* Python 3.10, 3.11, 3.12.
+* Python 3.10, 3.11, 3.12, 3.13.
* CI(GHActions): Install all Python and PyPy versions from ``conda-forge``.
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
+ 'Programming Language :: Python :: 3.13',
],
packages=['ppu'],
scripts=[