Reduced Python version for documentation checker.

This commit is contained in:
Patrick Lehmann
2024-01-13 12:37:38 +01:00
parent 981141f194
commit b2c4408f73

View File

@@ -47,10 +47,10 @@ jobs:
- name: ⏬ Checkout repository
uses: actions/checkout@v4
- name: 🐍 Setup Python ${{ inputs.python_version }}
- name: 🐍 Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python_version }}
python-version: "3.11"
- name: 🔧 Install wheel,tomli and pip dependencies (native)
run: |