Skip to content

Commit

Permalink
update ci settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lixfz committed Jun 30, 2023
1 parent b3647c9 commit 555869d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.11", "3.8", "3.9", "3.10"]
include:
- os: macos-latest
python-version: 3.8
python-version: 3.9
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 555869d

Please sign in to comment.