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 feb10b0 commit 790eee3Copy full SHA for 790eee3
.github/workflows/tests.yml
@@ -11,8 +11,8 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
matrix:
14
- os: [ubuntu-22.04, macos-14, windows-2022]
15
- python-version: ["3.0", "3.13"]
+ os: [ubuntu-latest, macos-latest, windows-latest]
+ python-version: ["3.10", "3.13"]
16
17
steps:
18
- uses: actions/checkout@v4
.readthedocs.yaml
@@ -7,7 +7,7 @@ version: 2
7
8
# Set the version of Python and other tools we need
9
build:
10
- os: ubuntu-22.04
+ os: ubuntu-lts-latest
tools:
python: "3.13"
0 commit comments