Skip to content

Commit

Permalink
no test on 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Nov 27, 2024
1 parent 1bdf1fa commit 62e424d
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.10, 3.11, 3.12]
name: Build Package and Test Source Code [Python 3.11, 3.12]

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

steps:
- name: Checkout
Expand Down

0 comments on commit 62e424d

Please sign in to comment.