Skip to content

Commit

Permalink
[ADD] support python 3.11 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
oerp-odoo committed Jul 10, 2024
1 parent 5efd00c commit b483e97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.7, 3.8, 3.9, "3.10"]
python: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
extras_require=extras,
setup_requires=[
'setuptools_scm',
'setuptools',
],
classifiers=[
'Intended Audience :: Developers',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37,py38,py39,py310,lint
envlist = py37,py38,py39,py310,311,312,lint

[testenv]
extras = test
Expand Down

0 comments on commit b483e97

Please sign in to comment.