We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2c6a7 commit 1318c81Copy full SHA for 1318c81
.github/workflows/python-package.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- python-version: ["3.10", "3.11"]
+ python-version: ["3.12"]
11
12
steps:
13
- uses: actions/checkout@v4
@@ -36,10 +36,10 @@ jobs:
36
- name: Set up Python
37
uses: actions/setup-python@v5
38
with:
39
- python-version: '3.11'
+ python-version: '3.12'
40
- name: Install dependencies
41
run: |
42
python -m pip install --upgrade pip
43
pip install .[dev]
44
- name: Deploy documentation
45
- run: mkdocs gh-deploy --force
+ run: mkdocs gh-deploy --force
0 commit comments