Skip to content

Commit

Permalink
only test on 3.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed May 12, 2024
1 parent de64c39 commit b0cc979
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
@@ -1,5 +1,5 @@

name: Build Package and Test Source Code [Python 3.6, 3.7, 3.8]
name: Build Package and Test Source Code [Python 3.9, 3.10, 3.11, 3.12]

on:
push:
Expand All @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [3.9, "3.10", "3.11", "3.12"]

steps:
- name: Checkout
Expand Down

0 comments on commit b0cc979

Please sign in to comment.