[setup.cfg] missed a spot (PyPy 3.11)

Authored by: bashonly
pull/13852/head
bashonly 1 month ago
parent 146659e37f
commit 39fa0fcaa5
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -16,7 +16,7 @@ remove-unused-variables = true
[tox:tox]
skipsdist = true
envlist = py{39,310,311,312,313},pypy310
envlist = py{39,310,311,312,313},pypy311
skip_missing_interpreters = true
[testenv] # tox

Loading…
Cancel
Save