Skip to content

Commit 4f1ef5a

Browse files
authored
Merge pull request #58 from twingly/update-gh-actions-file
Test with newer Python versions
2 parents 3df6222 + 5698d50 commit 4f1ef5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
python: [2.7, 3.6, 3.7, 3.8, 3.9]
15+
python: [3.7, 3.8, 3.9, '3.10', 3.11]
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020

2121
- name: Setup Python ${{ matrix.python }}
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: ${{ matrix.python }}
2525

0 commit comments

Comments
 (0)