]> git.phdru.name Git - mimedecode.git/commitdiff
CI(GHActions): Python 3.13 master
authorOleg Broytman <phd@phdru.name>
Tue, 24 Sep 2024 17:52:42 +0000 (20:52 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 24 Sep 2024 18:07:28 +0000 (21:07 +0300)
.github/workflows/run-tests.yaml
ChangeLog

index e75189c49a5259ba60507fd669f79dfef610025f..1745357de129a5c1914a6ef0b3cefc148991de98 100644 (file)
@@ -13,7 +13,7 @@ jobs:
 
     strategy:
       matrix:
-        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]"]
 
     name: Python ${{ matrix.python-version }}
     runs-on: ubuntu-latest
@@ -24,6 +24,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: ${{ runner.os == 'Linux' && !contains(fromJSON(env.not_in_conda), matrix.python-version) }}
index 9188effa2f000ca9a3de1463951217837f20d439..1f30bf7662bacc2519fe4ebc82a1e992adacb720 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ Version 3.2.0.post2 (2024-??-??):
 
    CI(GHActions): Set ``bash`` as the default shell.
 
+   CI(GHActions): Python 3.13.
+
 Version 3.2.0.post1 (2024-07-11):
 
     CI(GHActions): Switch to ``setup-miniconda``.