Skip to content

Commit 210b9f6

Browse files
committed
chore: bump Python version to 3.11
1 parent f2ffd4b commit 210b9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v5
1414
- uses: actions/setup-python@v6
1515
with:
16-
python-version: '3.9'
16+
python-version: '3.11'
1717

1818
- run: pip install -r requirements.txt
1919
- run: sphinx-build docs/standard build -c .

0 commit comments

Comments
 (0)