Skip to content

Commit bc5187a

Browse files
authored
Update the test workflow. (#118)
1. Remove Python 2.7 and 3.6 (they are no longer supported) 2. Add Python 3.11. Signed-off-by: Chris Lalancette <clalancette@gmail.com>
1 parent 3758e46 commit bc5187a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
strategy:
1616
matrix:
17-
python-version: ['2.7', '3.6', '3.7', '3.8', '3.9', '3.10']
17+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
lfs: 'true'
2424

0 commit comments

Comments
 (0)