File tree Expand file tree Collapse file tree 2 files changed +3
-89
lines changed Expand file tree Collapse file tree 2 files changed +3
-89
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22# Also generates coverage information from unit tests. Note that for intrinsics,
33# it only runs what gets compiled and would naturally run. It also is limited to
44# what can run in a CI environment.
5+
56# Update this workflow when our min/max python minor versions update
67# This workflow is necessary to ensure that we can build and run with
78# a debug python build without too much worrying about SIGABRT being thrown
2829 # re-include current file to not be excluded
2930 - ' !.github/workflows/run-ubuntu-checks.yml'
3031
32+
3133 pull_request :
3234 branches : main
3335 paths-ignore :
5355 os : [ ubuntu-24.04 ]
5456 # check our min python (minor) version and our max python (minor) version
5557 python : [
56- # 3.9.21,
58+ 3.9.21,
5759 3.13.1
5860 ]
5961
9799 if : steps.cache-python.outputs.cache-hit != 'true'
98100 run : pyenv install ${{ matrix.python }} --debug -v
99101
100- # python dev.py build --coverage --lax --ctest
101102 - name : Build pygame-ce
102103 id : build-pygame-ce
103104 run : |
You can’t perform that action at this time.
0 commit comments