Skip to content

Commit

Permalink
[tests] run doctests with Python 3.7 on ubuntu-22.04
Browse files Browse the repository at this point in the history
Bug: T377326
Change-Id: I6c8fead53ffcac874ff1c29482769552535ccfbf
  • Loading branch information
xqt committed Oct 16, 2024
1 parent 6795e1f commit 41dea3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ jobs:
max-parallel: 17

matrix:
python-version: [ "pypy3.7", "pypy3.10", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
python-version: [ "pypy3.7", "pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
os: [ windows-latest, macOS-latest, ubuntu-latest ]
include:
- python-version: "3.14-dev"
# ubuntu-22.04 required for Python 3.7
- python-version: "3.7"
os: windows-latest
- python-version: "3.7"
os: ubuntu-22.04
exclude:
- os: macOS-latest
python-version: "pypy3.7"
- os: macOS-latest
python-version: "3.7"

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 41dea3e

Please sign in to comment.