Skip to content

Commit 5f93539

Browse files
committed
Run tests for Python 3.12
1 parent 92fd94e commit 5f93539

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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ['3.7', '3.11']
14+
python-version: ['3.7', '3.11', '3.12']
1515

1616
steps:
1717
- uses: actions/checkout@v1
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
python -m pip install flake8 numpy
26-
- name: Test with tox
26+
- name: Flake
2727
run: |
2828
flake8 picoscope setup.py
2929
flake8 examples/*

0 commit comments

Comments
 (0)