[phpmyadmin/website] 01214a: Make Python 3.14 experimental in the CI
Branch: refs/heads/master Home: https://github.com/phpmyadmin/website Commit: 01214a3d475963356f7920c69cb328c9e8c49f52 https://github.com/phpmyadmin/website/commit/01214a3d475963356f7920c69cb328c... Author: William Desportes <williamdes@wdes.fr> Date: 2026-02-15 (Sun, 02 February 2026) +01:00 Changed paths: M .github/workflows/tests.yml Log Message: ----------- Make Python 3.14 experimental in the CI ``` Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.14.3/x64/lib/python3.14/urllib/request.py", line 1321, in do_open h.request(req.get_method(), req.selector, req.data, headers, ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ encode_chunked=req.has_header('Transfer-encoding')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.3/x64/lib/python3.14/http/client.py", line 1358, in request self._send_request(method, url, body, headers, encode_chunked) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.3/x64/lib/python3.14/http/client.py", line 1404, in _send_request self.endheaders(body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.3/x64/lib/python3.14/http/client.py", line 1353, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.3/x64/lib/python3.14/http/client.py", line 1113, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/opt/hostedtoolcache/Python/3.14.3/x64/lib/python3.14/http/client.py", line 1077, in send self.sock.sendall(data) ^^^^^^^^^^^^^^^^^ AttributeError: 'SSLContext' object has no attribute 'sendall' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.14.3/x64/lib/python3.14/site-packages/django/test/utils.py", line 461, in inner return func(*args, **kwargs) File "/home/runner/work/website/website/pmaweb/tests.py", line 173, in test_download self.cdn_tester( ~~~~~~~~~~~~~~~^ Download, ```
participants (1)
-
William Desportes