Skip to content

Commit

Permalink
remove python 3.9 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Jan 8, 2024
1 parent 3357830 commit 1ba9ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v4
- uses: wntrblm/[email protected]
with:
python-versions: "3.9"
python-versions: "3.12"
- name: Lint
run: nox --non-interactive --error-on-missing-interpreter --session "lint"

Expand Down

0 comments on commit 1ba9ece

Please sign in to comment.