summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Corchero <mcorcherojim@bloomberg.net>2022-04-18 11:36:02 +0200
committerGitHub <noreply@github.com>2022-04-18 11:36:02 +0200
commit94e4cf3a837efd5585d8a7d590275e8b61212b51 (patch)
tree21b6218cc5c46f8a2f47538dfce66564680a92ba
parent1eea4fc60aa85858a11e1241e7a7fe9be5603c21 (diff)
downloaddateutil-git-94e4cf3a837efd5585d8a7d590275e8b61212b51.tar.gz
Explicitly specify the version of pypi (#1195)
`pypy3` is deprecated. See https://github.com/actions/setup-python/pull/168#issue-766477901
-rw-r--r--.github/workflows/validate.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index c11d26a..a65be57 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -21,7 +21,7 @@ jobs:
"3.9",
"3.10",
"pypy2",
- "pypy3",
+ "pypy-3.8",
]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}