Skip to content

Commit

Permalink
Update ci-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Martlgap authored Sep 12, 2024
1 parent 11cffaa commit ff5b5ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, windows-latest, ubuntu-latest]
python-version: [3.9]
python-version: [3.11]

# Timeout: https://stackoverflow.com/a/59076067/4521646
timeout-minutes: 35
Expand All @@ -29,7 +29,7 @@ jobs:
with:
submodules: recursive

- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit ff5b5ef

Please sign in to comment.