circuitpython/.github/workflows
Jeff Epler 91da267a87
Pin python version 3.10 for builds
Python 3.11 started to roll out to github actions, and .. it doesn't work.
This MAY affect just the espressif build, but I'm pinning it back at 3.10
for all builds.

Typical failure, during "Run $IDF_PATH/tools/idf_tools.py --non-interactive install required"
shows a lot of failures building gevent:
```
...
Collecting gevent<2.0,>=1.2.2
  Downloading gevent-1.5.0.tar.gz (5.3 MB)
...
  Building wheel for gevent (pyproject.toml): finished with status 'error'
...
      src/gevent/_greenlet_primitives.c:216:12: fatal error: longintrepr.h: No such file or directory
        216 |   #include "longintrepr.h"
            |            ^~~~~~~~~~~~~~~
      compilation terminated.
      error: command '/usr/bin/gcc' failed with exit code 1
```

I notice that gevent is pinned at <2.0 while the current version is 22.10.2!
This is a dependency of gdbgui==0.13.2.0, which is installed by esp-idf
pinned at that version.
2022-11-02 19:23:52 -05:00
..
build.yml Pin python version 3.10 for builds 2022-11-02 19:23:52 -05:00
create_website_pr.yml Pin python version 3.10 for builds 2022-11-02 19:23:52 -05:00
match-build-fail.json Match build failures to better highlight them 2021-04-14 11:52:00 -07:00
notify.yml Create notify.yml 2021-12-09 10:51:04 -08:00
ports_windows.yml update to newer actions 2022-10-11 10:45:22 +05:30
pre-commit.yml Pin python version 3.10 for builds 2022-11-02 19:23:52 -05:00