Skip to content

Commit 99cb294

Browse files
committed
run unit tests on the latest python version 3.11
1 parent d786d58 commit 99cb294

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- {os: 'macOS-latest', python-version: '3.8'}
3030
- {os: 'ubuntu-latest', python-version: '3.9'}
3131
- {os: 'ubuntu-latest', python-version: '3.10'}
32+
- {os: 'ubuntu-latest', python-version: '3.11'}
3233

3334
steps:
3435
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)