Skip to content

Commit 25fe53e

Browse files
RedTTGchrisdickinson
authored andcommitted
add: python 3.10 to ci test too
1 parent abf4ff9 commit 25fe53e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-python@v4
2828
with:
29-
python-version: '3.9'
29+
python-version: ['3.9', '3.10']
3030
cache: 'poetry'
3131

3232
- run: poetry install

0 commit comments

Comments
 (0)