We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37cbb15 commit 740d8a4Copy full SHA for 740d8a4
.github/workflows/mkdocs.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Python
16
uses: actions/setup-python@v2
17
with:
18
- python-version: 3.9
+ python-version: 3.11.9
19
20
- run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y && rustup show
21
if: matrix.os == 'ubuntu-latest'
.github/workflows/unit-tests.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
fail-fast: false
matrix:
- python: ['3.9', '3.10', '3.11']
+ python: ['3.10', '3.11']
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
0 commit comments