drop pypy testing

This commit is contained in:
Ariel Rin 2024-03-13 21:44:48 +10:00
parent e0945fac80
commit 7fe3db8017
No known key found for this signature in database

View File

@ -2,7 +2,7 @@
isolated_build = True
skipsdist = true
usedevelop = true
envlist = py{38,39,310,311,312,py}-{all,core}, docs
envlist = py{38,39,310,311,312}-{all,core}, docs
[testenv]
setenv =
@ -14,7 +14,6 @@ basepython =
py310: python3.10
py311: python3.11
py312: python3.12
pypy: pypy3
deps=
coverage
install_command = pip install -e ".[test]" -U {opts} {packages}