mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-19 01:37:58 -07:00
Updated Python version in workflow
This commit is contained in:
6
.github/workflows/python-app.yml
vendored
6
.github/workflows/python-app.yml
vendored
@@ -7,11 +7,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
- "gdm"
|
||||
pull_request:
|
||||
branches:
|
||||
- "main"
|
||||
- "gdm"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@@ -23,10 +21,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python 3.10
|
||||
- name: Set up Python 3.13
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: "3.10"
|
||||
python-version: "3.13"
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
Reference in New Issue
Block a user