Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/tornado-6.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xavivars committed Jan 9, 2024
2 parents 3c8049f + f828b7c commit 5f29605
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -17,10 +17,11 @@ jobs:
strategy:
matrix:
python-version:
- 3.7.12
- 3.8.12
- 3.9.9
- 3.10.1
- 3.8.18
- 3.9.18
- 3.10.13
- 3.11.7
- 3.12.1
env:
PYENV_VERSION: ${{ matrix.python-version }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -46,14 +46,14 @@ def files(root):
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Intended Audience :: Science/Research',
'Intended Audience :: Developers',
'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',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3 :: Only',
],
python_requires='>=3.6',
python_requires='>=3.8',
install_requires=['tornado>=4.2,<7'],
extras_require={
'spelling': ['apertium-streamparser'],
Expand Down

0 comments on commit 5f29605

Please sign in to comment.