Skip to content

Commit e7298ba

Browse files
author
Robert McLay
committed
Trying python 3.12.3
1 parent 4ef5ef5 commit e7298ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
steps:
88
- name: Checkout code
99
uses: actions/checkout@v4
10-
- name: Set up Python 3.12
10+
- name: Set up Python 3.12.3
1111
uses: actions/setup-python@v5
1212
with:
13-
python-version: 3.12
13+
python-version: 3.12.3
1414
- name: install sphinx
1515
run: |
1616
cd docs

0 commit comments

Comments
 (0)