Skip to content

Commit

Permalink
remove python 3.10 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Nov 9, 2023
1 parent 62ab669 commit 4fcad25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4fcad25

Please sign in to comment.