Skip to content

Commit

Permalink
updating tests to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Ridden authored and Ryan Ridden committed Mar 15, 2024
1 parent 6ed7176 commit 3a5ba9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test [Python 3.7, 3.8, 3.9]
name: Build and Test [Python 3.9]

on: push

Expand All @@ -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
Expand Down

0 comments on commit 3a5ba9f

Please sign in to comment.