Skip to content

Commit

Permalink
Merge pull request #544 from michael-k/python3.12
Browse files Browse the repository at this point in the history
Run tests against Python 3.12
  • Loading branch information
mrodriguezg1991 authored Nov 15, 2023
2 parents 921258d + 605b260 commit 974f7a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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']
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Software Development :: Internationalization',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Localization',
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37,py38,py39,py310,py311,flake8,isort
envlist = py37,py38,py39,py310,py311,py312,flake8,isort

[gh-actions]
python =
Expand All @@ -8,6 +8,7 @@ python =
3.9: py39
3.10: isort, flake8, py310
3.11: py311
3.12: py312


[testenv]
Expand Down

0 comments on commit 974f7a8

Please sign in to comment.