Skip to content

Commit 9f82cfb

Browse files
committed
Run tests workflow on Python 3.11
light-the-torch specifies support for python 3.11 in pyproject.toml so lets run unit tests on it as well.
1 parent 346ee06 commit 9f82cfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- "3.8"
3535
- "3.9"
3636
- "3.10"
37+
- "3.11"
3738

3839
runs-on: ${{ matrix.os }}
3940
env:

0 commit comments

Comments
 (0)