Skip to content

Commit

Permalink
do not test against python<3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DamKast committed Jun 21, 2024
1 parent 560dc5a commit 44d90e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8.14", "3.9.15", "3.10.8", "3.11.0", "3.12"]
python-version: ["3.10.8", "3.11.0", "3.12"]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v2
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
needs: prepare-base
strategy:
matrix:
python-version: ["3.8.14", "3.9.15", "3.10.8", "3.11.0", "3.12"]
python-version: ["3.10.8", "3.11.0", "3.12"]
name: >-
Run tests Python ${{ matrix.python-version }}
steps:
Expand Down

0 comments on commit 44d90e6

Please sign in to comment.