From 5ea048c6503c399a1f128958faa9f6a07cacf816 Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Wed, 7 Aug 2024 16:12:23 -0400 Subject: [PATCH] fix syntax --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d637b419..f75fb6fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ maintainers = [ description = "GUI for PDF simulation and structure refinement." keywords = ['PDF structure refinement GUI'] readme = "README.rst" -requires-python = [3.10, 3.11] +requires-python = ">=3.10,<3.12" classifiers = [ 'Development Status :: 5 - Production/Stable', 'Environment :: Console',