We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b60ca9 commit 8a24c0eCopy full SHA for 8a24c0e
.github/workflows/doc.yml
@@ -24,7 +24,7 @@ jobs:
24
matrix:
25
os: [ubuntu-latest, macos-latest, windows-latest]
26
# Run in all these versions of Python
27
- python-version: ["3.9", "3.10", "3.11"]
+ python-version: ["3.10", "3.11"]
28
29
steps:
30
- uses: actions/checkout@v3
@@ -58,10 +58,10 @@ jobs:
58
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
59
60
61
- - name: "Set up Python 3.9"
+ - name: "Set up Python 3.10"
62
uses: actions/setup-python@v4
63
with:
64
- python-version: "3.9"
+ python-version: "3.10"
65
- name: "Install Python dependencies"
66
run: |
67
pip3 install setuptools
0 commit comments