Skip to content

Commit 740d8a4

Browse files
committed
Update gitlab CI
1 parent 37cbb15 commit 740d8a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.9
18+
python-version: 3.11.9
1919

2020
- run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y && rustup show
2121
if: matrix.os == 'ubuntu-latest'

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python: ['3.9', '3.10', '3.11']
17+
python: ['3.10', '3.11']
1818
os: [ubuntu-latest, macos-latest, windows-latest]
1919

2020
steps:

0 commit comments

Comments
 (0)