Skip to content

Commit

Permalink
Updated python versions, removed 3.7 and added 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlon Rodriguez Garcia committed Jan 6, 2025
1 parent 2b4d0bb commit 25a45c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Library or Lesser General Public License '
'(LGPL)',
'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.13',
'Topic :: Software Development :: Internationalization',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Localization',
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tox]
envlist = py37,py38,py39,py310,py311,py312,flake8,isort
envlist = py38,py39,py310,py311,py312,py313,flake8,isort

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: isort, flake8, py310
3.11: py311
3.12: py312
3.13: py313


[testenv]
Expand Down

0 comments on commit 25a45c3

Please sign in to comment.