Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
chore(ci): bump python and update packages (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Apr 18, 2023
1 parent a78512e commit e553e93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 43 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Expand Up @@ -15,14 +15,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
40 changes: 0 additions & 40 deletions .travis.yml

This file was deleted.

0 comments on commit e553e93

Please sign in to comment.