Skip to content

Commit 8a24c0e

Browse files
authored
Update doc.yml for python 3.10
1 parent 9b60ca9 commit 8a24c0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/doc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
os: [ubuntu-latest, macos-latest, windows-latest]
2626
# Run in all these versions of Python
27-
python-version: ["3.9", "3.10", "3.11"]
27+
python-version: ["3.10", "3.11"]
2828

2929
steps:
3030
- uses: actions/checkout@v3
@@ -58,10 +58,10 @@ jobs:
5858
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
5959
- uses: actions/checkout@v3
6060

61-
- name: "Set up Python 3.9"
61+
- name: "Set up Python 3.10"
6262
uses: actions/setup-python@v4
6363
with:
64-
python-version: "3.9"
64+
python-version: "3.10"
6565
- name: "Install Python dependencies"
6666
run: |
6767
pip3 install setuptools

0 commit comments

Comments
 (0)