File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
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.
Original file line number Diff line number Diff line change 1111
1212print ("scanning %s for packages" % build_dir )
1313for p in os .listdir (build_dir ):
14- if not p .endswith (".tar.bz2 " ):
14+ if not p .endswith (".conda " ):
1515 continue
1616
1717 source = os .path .join (build_dir , p )
Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ Changes
6767* Added CI coverage for PyPy 3.11.
6868* Anaconda Windows CI builds have been disabled because we're running into
6969 an apparant conda bug.
70+ * Added CI coverage for Anaconda 3.12 and 3.13 on Linux and Windows x86-64
71+ (but the Windows builds no-op due to above issue).
7072
7173Backwards Compatibility Notes
7274-----------------------------
You can’t perform that action at this time.
0 commit comments