8000 Add support for Python 3.12 · jmak-odoo/python-stdnum@352bbcb · GitHub
[go: up one dir, main page]

Skip to content

Commit 352bbcb

Browse files
committed
Add support for Python 3.12
1 parent fa455fc commit 352bbcb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
python-version: [3.7, 3.8, 3.9, '3.10', 3.11, pypy3.9]
47+
python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12, pypy3.9]
4848
steps:
4949
- uses: actions/checkout@v3
5050
- name: Set up Python ${{ matrix.python-version }}

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
'Programming Language :: Python :: 3.9',
7373
'Programming Language :: Python :: 3.10',
7474
'Programming Language :: Python :: 3.11',
75+
'Programming Language :: Python :: 3.12',
7576
'Programming Language :: Python :: Implementation :: PyPy',
7677
'Topic :: Office/Business :: Financial',
7778
'Topic :: Software Development :: Libraries :: Python Modules',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,35,36,37,38,39,310,311,py,py3},flake8,docs,headers
2+
envlist = py{27,35,36,37,38,39,310,311,312,py,py3},flake8,docs,headers
33
skip_missing_interpreters = true
44

55
[testenv]

0 commit comments

Comments
 (0)
0