Skip to content

Commit e218d1c

Browse files
committed
add a build on py3.11
1 parent eeb904d commit e218d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python: ['3.8', '3.10', '3.12', '3.13']
23+
python: ['3.8', '3.10', '3.11', '3.12', '3.13']
2424
os: [ubuntu-latest]
2525

2626
steps:

0 commit comments

Comments
 (0)