Skip to content

Commit

Permalink
use a stable version 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rugeli committed May 8, 2024
1 parent a8c1a55 commit 3e5a339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.x"]
python-version: [3.11]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: "3.x"
python-version: 3.11
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 3e5a339

Please sign in to comment.