Skip to content

Commit

Permalink
CI: Remove Python 3.6, add Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseniesen committed Jan 4, 2022
1 parent 187dc97 commit 053d0a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PYTHON_VERSION: ['3.6', '3.7', '3.8']
PYTHON_VERSION: ['3.7', '3.8', '3.9']
steps:
- name: Checkout branch
uses: actions/checkout@v2
Expand Down Expand Up @@ -54,6 +54,6 @@ jobs:
run: xvfb-run --auto-servernum pytest spyder_unittest --cov=spyder_unittest -x -vv
timeout-minutes: 10
- name: Upload coverage to Codecov
if: matrix.PYTHON_VERSION == '3.8'
if: matrix.PYTHON_VERSION == '3.9'
shell: bash -l {0}
run: codecov -t 3458851b-c7a5-4108-be5e-9d19066a2fde

0 comments on commit 053d0a7

Please sign in to comment.