summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2021-09-09 09:13:52 +0100
committerGitHub <noreply@github.com>2021-09-09 09:13:52 +0100
commit0ed7e227967b394b4fb3010f24ec0c28d14af82e (patch)
tree54ebfe3f7f90da2a77efb11c72f7e01e40b0511b
parent0fbb2c3b6198f8ebbb4c2c15b093fe952721d07f (diff)
downloadlogutils-git-0ed7e227967b394b4fb3010f24ec0c28d14af82e.tar.gz
Update CI configuration.
-rw-r--r--.github/workflows/package-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/package-tests.yml b/.github/workflows/package-tests.yml
index 86e8c90..89a9007 100644
--- a/.github/workflows/package-tests.yml
+++ b/.github/workflows/package-tests.yml
@@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
- python-version: [2.7, 3.7, 3.8, 3.9, pypy2, pypy3]
+ python-version: [2.7, 3.7, 3.8, 3.9, pypy2]
steps:
- uses: actions/checkout@v2