Browse Source

ci: added python3.11 to daily check

pull/401/head
Richard Nemeth 1 year ago
committed by GitHub
parent
commit
35af02af95
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/daily.yaml

2
.github/workflows/daily.yaml

@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}

Loading…
Cancel
Save