Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Set min_python_version in CI and respected experimental flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Feb 2, 2023
1 parent e1c223b commit b31df10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

env:
min_python_version: "3.9"

jobs:
pre-commit:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -61,6 +64,7 @@ jobs:
- towncrier
- package
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
Expand Down

0 comments on commit b31df10

Please sign in to comment.