File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -19,18 +19,16 @@ jobs:
19
19
strategy :
20
20
matrix :
21
21
include :
22
- - python-version : " 3.6"
23
- machine : ubuntu-20.04
24
- - python-version : " 3.7"
25
- machine : ubuntu-20.04
26
22
- python-version : " 3.8"
27
- machine : ubuntu-20.04
28
- - python-version : " 3.10"
29
23
machine : ubuntu-22.04
24
+ - python-version : " 3.10"
25
+ machine : ubuntu-24.04
30
26
- python-version : " 3.11"
31
- machine : ubuntu-22 .04
27
+ machine : ubuntu-24 .04
32
28
- python-version : " 3.12"
33
- machine : ubuntu-22.04
29
+ machine : ubuntu-24.04
30
+ - python-version : " 3.13"
31
+ machine : ubuntu-24.04
34
32
steps :
35
33
- uses : " actions/checkout@v4"
36
34
- uses : " actions/setup-python@v5"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies = [
35
35
" setuptools-odoo" , # for oca-gen-external-dependencies
36
36
" whool" , # for oca-gen-external-dependencies
37
37
]
38
- requires-python = " >=3.6 "
38
+ requires-python = " >=3.8 "
39
39
classifiers = [
40
40
" Development Status :: 4 - Beta" ,
41
41
" Environment :: Console" ,
Original file line number Diff line number Diff line change 5
5
6
6
[tox]
7
7
envlist =
8
- py36
9
8
py38
10
9
py39
11
10
py310
12
11
py311
13
12
py312
13
+ py313
14
14
15
15
[testenv]
16
16
skip_missing_interpreters = True
22
22
23
23
[gh-actions]
24
24
python =
25
- 3.6: py36
26
25
3.8: py38
27
26
3.9: py39
28
27
3.10: py310
29
28
3.11: py311
30
29
3.12: py312
30
+ 3.13: py313
You can’t perform that action at this time.
0 commit comments