From 3a5ba9f2b4eafaa9bfc7c82d0e297b12127f02e8 Mon Sep 17 00:00:00 2001 From: Ryan Ridden Date: Fri, 15 Mar 2024 13:25:30 +1300 Subject: [PATCH] updating tests to 3.9 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml old mode 100644 new mode 100755 index 7d9d10e..f5e90c9 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build and Test [Python 3.7, 3.8, 3.9] +name: Build and Test [Python 3.9] on: push @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.9] steps: - uses: actions/checkout@v2