diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 42e8e755..a0aa15c1 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -21,8 +21,9 @@ jobs: python-version: - "3.8" - "3.9" - - "3.10" - - "3.11" + # Support for Python 3.10 and 3.11 is temproarily disabled + # - "3.10" + # - "3.11" steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/setup.cfg b/setup.cfg index 0bd245a6..cfb4bf4c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -name = agora-data-tools +name = agoradatatools description = "A collection of tools that can be used to work with Agora's data" long_description = file: README.md long_description_content_type = text/markdown @@ -20,8 +20,9 @@ classifiers = Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 + # Support for Python versions 3.10 and above is temporarily disabled + # Programming Language :: Python :: 3.10 + # Programming Language :: Python :: 3.11 Topic :: Scientific/Engineering project_urls = Bug Tracker = https://github.com/Sage-Bionetworks/agora-data-tools/issues