mirror of
https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git
synced 2025-08-23 04:35: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:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -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: |
|
||||
|
Reference in New Issue
Block a user