From 707225de4946a501251488895c681a259838e354 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 24 Sep 2024 21:32:47 +0300 Subject: [PATCH] CI(GHActions): Python 3.13 --- .github/workflows/run-tests.yaml | 3 ++- docs-ru/news.rst | 2 ++ docs/news.rst | 2 ++ setup.py | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index c2bd4f7..1edecfd 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] exclude: - os: windows-latest python-version: "2.7" @@ -42,6 +42,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-ru/news.rst b/docs-ru/news.rst index 3a8b578..51ef1ec 100644 --- a/docs-ru/news.rst +++ b/docs-ru/news.rst @@ -6,6 +6,8 @@ Version 0.4.2 (2024-??-??) * CI(GHActions): Переключиться на ``setup-miniconda``. +* CI(GHActions): Python 3.13. + Версия 0.4.1 (2024-07-18) ------------------------- diff --git a/docs/news.rst b/docs/news.rst index ed28ae4..8623f00 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -6,6 +6,8 @@ Version 0.4.2 (2024-??-??) * CI(GHActions): Switch to ``setup-miniconda``. +* CI(GHActions): Python 3.13. + Version 0.4.1 (2024-07-18) -------------------------- diff --git a/setup.py b/setup.py index c5bc7f9..ce8c01e 100755 --- a/setup.py +++ b/setup.py @@ -62,6 +62,7 @@ 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', ], packages=['m_librarian', 'm_librarian.web'], package_data={'m_librarian': [