- "3.11"
- "3.12"
- "3.13"
+ - "3.14"
- "pypy3.10"
env:
BABEL_CLDR_NO_DOWNLOAD_PROGRESS: "1"
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
- python-version: "3.13"
+ python-version: "3.14"
cache: "pip"
cache-dependency-path: "**/setup.py"
- run: pip install build -e .
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
+ 'Programming Language :: Python :: 3.14',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Internationalization',