Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
python 3.10 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Aug 12, 2024
1 parent 5ae5231 commit ff0f46b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
python-version: [3.10]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
python-version: [3.10]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
python-version: [3.10]
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -76,7 +76,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
python-version: [3.10]
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit ff0f46b

Please sign in to comment.