From 303d4ea4843cb600088de1c68aa5d9a93d868297 Mon Sep 17 00:00:00 2001 From: erikvw Date: Thu, 3 Aug 2023 20:52:32 -0500 Subject: [PATCH] drop 3.10 --- .github/workflows/build.yml | 5 +---- edc_constants/constants.py | 2 ++ setup.cfg | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54d8c3f..7c66932 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,11 +11,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.10', '3.11'] + python-version: ['3.11'] django-version: ['4.1', '4.2', 'dev'] - exclude: - - python-version: '3.10' - django-version: 'dev' services: mysql: image: mysql:latest diff --git a/edc_constants/constants.py b/edc_constants/constants.py index fc06ea3..b500171 100644 --- a/edc_constants/constants.py +++ b/edc_constants/constants.py @@ -129,6 +129,7 @@ ON_ART = "on_art" ON_STUDY = "on study" OPEN = "open" +OPTION_RETIRED = "OPTION_RETIRED" OPTIONAL = True OTHER = "OTHER" OTHER_PLEASE_SPECIFY_TEXT = "Other, please specify below ..." @@ -148,6 +149,7 @@ PRESENT_WITH_REINFORCEMENT = "present_with_reinforcement" PRIMARY = "primary" PRINT = "PRINT" +PRIVATE = "private" PURPOSIVELY_SELECTED = "purposively_selected" QUERY = "QUERY" QUESTION_RETIRED = "QUESTION_RETIRED" diff --git a/setup.cfg b/setup.cfg index b7fc5bb..08308f2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,13 +16,12 @@ classifiers= Intended Audience :: Developers Intended Audience :: Science/Research Operating System :: OS Independent - Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 License :: OSI Approved :: GNU General Public License v3 (GPLv3) [options] -python_requires = >=3.10 +python_requires = >=3.11 zip_safe = False include_package_data = True packages = find: