Skip to content

Commit

Permalink
Merge pull request #121 from gyorilab/update-tests
Browse files Browse the repository at this point in the history
Include Python 3.11 in testing
  • Loading branch information
bgyori authored Sep 12, 2023
2 parents ddea0cc + 80811c7 commit e4ee8ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.10"]
python-version: ["3.7", "3.11"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
author_email='[email protected]',
classifiers=[
'Development Status :: 4 - Beta',
'Programming Language :: Python :: 3.6',
'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',
],
packages=find_packages(),
install_requires=['regex', 'adeft>=0.11.0', 'boto3', 'flask',
Expand Down

0 comments on commit e4ee8ca

Please sign in to comment.