From d9d1824886a0f331b23955ae14667bfcbbdf180a Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 16 Jul 2026 19:03:35 +0500 Subject: [PATCH] test-package: drop stale comment This information is already documented in maintanence.rst. --- src/ifcopenshell-python/test/test_package.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ifcopenshell-python/test/test_package.py b/src/ifcopenshell-python/test/test_package.py index fce3636f5e..862fdefc18 100644 --- a/src/ifcopenshell-python/test/test_package.py +++ b/src/ifcopenshell-python/test/test_package.py @@ -22,10 +22,6 @@ from urllib.parse import urlparse from typing_extensions import assert_never -# Where it's also reflected: -# - .github/workflows/ci-ifcopenshell-python.yml -# - .github/workflows/ci-ifcopenshell-python-pypi.yml -# - src/ifcopenshell-python/Makefile (PYVERSION check) SUPPORTED_PY_VERSIONS = ("310", "311", "312", "313", "314") SUPPORTED_PLATFORMS = ("win64", "linux64", "macos64", "macosm164")