Skip to content

Commit 2571a56

Browse files
authored
Merge branch 'main' into 2023-09-20-meeting-notes
2 parents b2e6663 + 4cbbdaf commit 2571a56

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

src/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
r'https://matrix.to/#.*$', # anchors are generated dynamically
135135
r'https://app.element.io/#.*$', # anchors are generated dynamically
136136
r'https://wave.webaim.org/report#.*$', # anchors are generated dynamically
137+
r'https://endoflife.software/.*$', # TLS certificate expired
137138
] + anchor_check_fps
138139

139140

src/maintainer/conda_forge_yml.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,26 @@ Below is an example configuration for setting up a self-hosted Azure agent for L
101101
strategy:
102102
maxParallel: 1
103103
104+
.. _azure-swapfile:
105+
104106
Below is an example configuration for adding a swapfile on an Azure agent for Linux:
105107

106108
.. code-block:: yaml
107109
108110
azure:
109111
settings_linux:
110-
swapfile_size: 10GiB
112+
swapfile_size: 10GiB
113+
114+
.. _azure-pagefile:
115+
116+
To increase the pagefile size on Windows, use this block:
117+
118+
.. code-block:: yaml
119+
120+
azure:
121+
settings_win:
122+
variables:
123+
SET_PAGEFILE: 'True'
111124
112125
.. _bot:
113126

src/user/announcements.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ Our announcements are published to an RSS feed `here <https://conda-forge.org/do
88
2023
99
----
1010

11+
2023-09-25: Python 3.12 migration and Python 3.11 by default
12+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13+
14+
With the Python 3.12 release approaching, we have already started the rebuild of packages for it.
15+
Although, there is no offical Python 3.12 release yet, the release candidates of it will have the same ABI.
16+
Thus packages built with the release candidate can be safely used with the later offical release.
17+
To support rebuilding packages on conda-forge while ensuring Python release candidates don't end up in end-user solves, we have uploaded the Python 3.12.0rc2 and rc3 builds to the ``conda-forge/label/python_rc`` channel.
18+
The ``python312`` migration adds this channel in the feedstock builds to the Python 3.12 matrix entry.
19+
On the offical release of Python 3.12, we will adjust the migration and remove the channel again.
20+
Then (on a rerender), feedstock will only consume the main channel again.
21+
22+
Overall, this approach allows us to provide Python 3.12 for a wide range of packages already on the day of the offical Python 3.12 release.
23+
24+
At the same time, we have stopped the Python 3.11 migration and added it to the list of default Python versions on conda-forge.
25+
1126
2023-08-24: Bumping Minimum MacOS version to 10.13
1227
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1328

0 commit comments

Comments
 (0)