Skip to content

Commit

Permalink
Merge pull request #94 from Sage-Bionetworks/bwmac/IBCDPE-683/update-…
Browse files Browse the repository at this point in the history
…python-versions

[IBCDPE-683] Updates Python Versions
  • Loading branch information
BWMac authored Oct 19, 2023
2 parents 45a2033 + b9641bb commit 32e6f94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
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 All @@ -39,7 +39,7 @@ install_requires =
PyYAML~=6.0
pyarrow~=11.0
typer~=0.7.0
python_requires = >=3.7, <3.11
python_requires = >=3.8, <3.12
include_package_data = True
zip_safe = False
[options.packages.find]
Expand Down

0 comments on commit 32e6f94

Please sign in to comment.