Skip to content

Commit

Permalink
Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Oct 5, 2021
1 parent 2fd232b commit 4832357
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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 @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
python-version: ["3.9", "3.10"]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9]
python-version: ["3.9", "3.10"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -75,7 +75,7 @@ jobs:
files: junit/**/*.xml
check_name: Test Results (Python ${{ matrix.python-version }})
- name: "Upload coverage to Codecov"
if: ${{ matrix.python-version == 3.8 }}
if: ${{ matrix.python-version == '3.9' }}
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
Expand All @@ -85,7 +85,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 @@ -105,7 +105,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8]
python-version: ["3.9", "3.10"]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -123,7 +123,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
python-version: ["3.9", "3.10"]
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -143,7 +143,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8]
python-version: ["3.9", "3.10"]
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
python-version: ["3.9", "3.10"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
services:
Expand All @@ -219,7 +219,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
python-version: ["3.9", "3.10"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
services:
Expand Down

0 comments on commit 4832357

Please sign in to comment.