Skip to content

Commit 1a046a9

Browse files
committed
CI(GHActions): Python 3.13
1 parent fa35d98 commit 1a046a9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, windows-latest]
13-
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "=3.9[build=*_pypy]"]
13+
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]"]
1414
exclude:
1515
- os: windows-latest
1616
python-version: "2.7"
@@ -31,6 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- uses: conda-incubator/setup-miniconda@v3
3333
with:
34+
channels: conda-forge, conda-forge/label/python_rc
3435
miniforge-version: latest
3536
python-version: ${{ matrix.python-version }}
3637
if: ${{ !contains(fromJSON(env.not_in_conda), matrix.python-version) }}

docs/news.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ News
44
Version 0.8.1 (in development)
55
------------------------------
66

7-
* Python 3.10, 3.11, 3.12.
7+
* Python 3.10, 3.11, 3.12, 3.13.
88

99
* CI(GHActions): Install all Python and PyPy versions from ``conda-forge``.
1010

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
'Programming Language :: Python :: 3.10',
5757
'Programming Language :: Python :: 3.11',
5858
'Programming Language :: Python :: 3.12',
59+
'Programming Language :: Python :: 3.13',
5960
],
6061
packages=['ppu'],
6162
scripts=[

0 commit comments

Comments
 (0)