Skip to content

Commit 990f28f

Browse files
authored
add back 3.11 target
1 parent 9470db7 commit 990f28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: ['3.9', 'pypy3.10']
8+
python-version: ['3.9', 'pypy3.10', '3.11']
99
fail-fast: false
1010

1111
steps:

0 commit comments

Comments
 (0)