Skip to content

Commit 3fff6ff

Browse files
authored
Merge pull request #31 from pimoroni/patch-ci-version
CI: Bump Python versions.
2 parents 9749bc5 + 581a025 commit 3fff6ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python: [3.7, 3.9]
14+
python: ['3.9', '3.10', '3.11']
1515

1616
steps:
1717
- uses: actions/checkout@v2
@@ -33,5 +33,5 @@ jobs:
3333
run: |
3434
python -m pip install coveralls
3535
coveralls --service=github
36-
if: ${{ matrix.python == '3.9' }}
36+
if: ${{ matrix.python == '3.11' }}
3737

library/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{37,38,39},qa
2+
envlist = py,qa
33
skip_missing_interpreters = True
44

55
[testenv]

0 commit comments

Comments
 (0)