Skip to content

Commit 0fab236

Browse files
authored
chore: bump Python version in publish workflow (#233)
1 parent 0679ae1 commit 0fab236

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@v2
1414
- uses: actions/setup-python@v2
1515
with:
16-
python-version: '3.8'
16+
python-version: '3.9'
1717

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

0 commit comments

Comments
 (0)