Skip to content

Commit

Permalink
Increased python version CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PauBadiaM committed May 20, 2024
1 parent c1e7957 commit 5d86998
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10.14"
python-version: "3.11"
- name: Install dependencies
run: |
sudo apt-get update
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10.14"
python-version: "3.11"
- name: Install dependencies
run: |
brew install openssl
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10.14"
python-version: "3.11"
- name: Install dependencies
run: |
sudo apt-get update
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10.14"
python-version: "3.11"
- name: Install dependencies
run: |
brew install openssl
Expand Down

0 comments on commit 5d86998

Please sign in to comment.