From 0d47a90ce7ea531f715e0c10c1327636452f0c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Tue, 24 Oct 2023 09:01:28 +0300 Subject: [PATCH] Update setup.py Drop PyPy support due to breaking test matrix is breaking --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 670e105..97968cd 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,6 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: Implementation :: CPython", - "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules", ], install_requires=["django>=3.2", "icalendar>=4.0.3", "django-recurrence>=1.11.1"],