1 parent cad5dec commit ac9d2feCopy full SHA for ac9d2fe
1 file changed
.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: Test
2
3
on:
4
push:
5
- branch: master
+ branch: main
6
pull_request:
7
types: [opened, synchronize]
8
@@ -11,13 +11,13 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- python-version: [3.7, 3.8, 3.9]
+ python-version: ['3.7', '3.8', '3.9', '3.10']
15
fail-fast: false
16
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
19
- name: Set up Python
20
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
21
with:
22
python-version: ${{ matrix.python-version }}
23
- name: Install Poetry
0 commit comments