From: Oleg Broytman Date: Tue, 24 Sep 2024 18:27:24 +0000 (+0300) Subject: CI(GHActions): Python 3.13 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=1a046a95369c1ff2bc3fe37d9724a95105222d54;p=ppu.git CI(GHActions): Python 3.13 --- diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index fcbb44d..89be70a 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -10,7 +10,7 @@ jobs: 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" @@ -31,6 +31,7 @@ jobs: - 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) }} diff --git a/docs/news.rst b/docs/news.rst index 7eb9e14..99e98d6 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -4,7 +4,7 @@ News 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``. diff --git a/setup.py b/setup.py index def0a81..54a0779 100755 --- a/setup.py +++ b/setup.py @@ -56,6 +56,7 @@ setup( 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', ], packages=['ppu'], scripts=[