Skip to content

Commit 2545a34

Browse files
committed
ci: add Anaconda 3.12 and 3.13
Let's complete the matrix.
1 parent 2b51358 commit 2545a34

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/anaconda.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
- '3.9'
1313
- '3.10'
1414
- '3.11'
15+
- '3.12'
16+
- '3.13'
1517
runs-on: 'ubuntu-22.04'
1618
env:
1719
# Enable fuzzing tests, other expensive tests.
@@ -58,6 +60,8 @@ jobs:
5860
- '3.9'
5961
- '3.10'
6062
- '3.11'
63+
- '3.12'
64+
- '3.13'
6165
runs-on: 'windows-2022'
6266
env:
6367
# Enable fuzzing tests, other expensive tests.

docs/news.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Changes
6565
* PyO3 Rust crate upgraded from 0.21 to 0.22 (#257) and later to 0.24.
6666
* Removed CI coverage for PyPy 3.9.
6767
* Added CI coverage for PyPy 3.11.
68+
* Added CI coverage for Anaconda 3.12 and 3.13 on Linux and Windows x86-64.
6869

6970
Backwards Compatibility Notes
7071
-----------------------------

0 commit comments

Comments
 (0)