Skip to content

Commit dd74f27

Browse files
committed
Add testing on Python 3.11
1 parent dc1f3bb commit dd74f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
platform: [ubuntu-latest, macos-latest, windows-latest]
23-
python-version: ['3.8', '3.9', '3.10']
23+
python-version: ['3.8', '3.9', '3.10', '3.11']
2424

2525
steps:
2626
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)