Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit e553e93

Browse files
chore(ci): bump python and update packages (#351)
1 parent a78512e commit e553e93

File tree

2 files changed

+3
-43
lines changed

2 files changed

+3
-43
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
18+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
with:
2323
ref: ${{ github.event.pull_request.head.sha }}
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v2
25+
uses: actions/setup-python@v3
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install dependencies

.travis.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)