strategy:
matrix:
os: ["ubuntu-20.04", "windows-2022", "macos-11"]
- python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.7"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.7"]
env:
BABEL_CLDR_NO_DOWNLOAD_PROGRESS: "1"
BABEL_CLDR_QUIET: "1"
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
- 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules',
],
- python_requires='>=3.6',
+ python_requires='>=3.7',
packages=['babel', 'babel.messages', 'babel.localtime'],
include_package_data=True,
install_requires=[
[tox]
envlist =
- py{36,37,38,39,310,311}
+ py{37,38,39,310,311}
pypy3
[testenv]
[gh-actions]
python =
pypy3: pypy3
- 3.6: py36
3.7: py37
3.8: py38
3.9: py39