We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b51358 commit 2545a34Copy full SHA for 2545a34
2 files changed
.github/workflows/anaconda.yml
@@ -12,6 +12,8 @@ jobs:
12
- '3.9'
13
- '3.10'
14
- '3.11'
15
+ - '3.12'
16
+ - '3.13'
17
runs-on: 'ubuntu-22.04'
18
env:
19
# Enable fuzzing tests, other expensive tests.
@@ -58,6 +60,8 @@ jobs:
58
60
59
61
62
63
64
65
runs-on: 'windows-2022'
66
67
docs/news.rst
@@ -65,6 +65,7 @@ Changes
* PyO3 Rust crate upgraded from 0.21 to 0.22 (#257) and later to 0.24.
* Removed CI coverage for PyPy 3.9.
* Added CI coverage for PyPy 3.11.
68
+* Added CI coverage for Anaconda 3.12 and 3.13 on Linux and Windows x86-64.
69
70
Backwards Compatibility Notes
71
-----------------------------
0 commit comments