Skip to content

Commit

Permalink
ci: update python version
Browse files Browse the repository at this point in the history
Release-As: 1.18.1
Signed-off-by: iromli <[email protected]>
  • Loading branch information
iromli committed May 30, 2024
1 parent 8533c0d commit 216e669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pygluu-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7]
python-version: [3.9]

steps:
- name: Checkout code
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/uploadrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9

- name: Install dependencies
run: |
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Build Zipapp
run: |
sudo apt-get update || brew install jq
sudo apt-get install build-essential || echo "Maybe im on macor OS"
sudo apt-get install build-essential || echo "Maybe im on macos OS"
pip3 install -U shiv wheel setuptools
cd pygluu-compose
make zipapp
Expand Down

0 comments on commit 216e669

Please sign in to comment.