1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-22 20:25:28 +08:00

CI: also bump python version as well

Python 3.7 has reached it's EOL support: https://devguide.python.org/versions/#status-of-python-versions

See also: https://github.com/actions/setup-python/issues/962
This commit is contained in:
Gary Wang
2025-01-26 20:07:18 +08:00
committed by GitHub
parent 26d1ed3830
commit 3c3b5dcfb2

View File

@@ -10,7 +10,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.9
- name: install dependencies
shell: bash
run: |