]> git.phdru.name Git - ppu.git/commitdiff
CI(GHActions): Python 3.13 master
authorOleg Broytman <phd@phdru.name>
Tue, 24 Sep 2024 18:27:24 +0000 (21:27 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 24 Sep 2024 18:28:21 +0000 (21:28 +0300)
.github/workflows/run-tests.yaml
docs/news.rst
setup.py

index fcbb44d40a8057e04870591e111dbfdd745f4ec7..89be70abf77fe18d4d259eb73f158a5451a8bcaa 100644 (file)
@@ -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) }}
index 7eb9e14fa052519e3452a505eb43aa7655b35a54..99e98d67f07b543a2b73d5b5d4081be6a34a4d89 100644 (file)
@@ -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``.
 
index def0a81ca3aade8798e625d2d7cf4c57f3dcfc54..54a077907cdb0b78d6bb40f4860765d5aabc0efe 100755 (executable)
--- 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=[