File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 24
24
25
25
- uses : ./.github/actions/install-python-and-package
26
26
with :
27
- python-version : ' 3.11 '
27
+ python-version : ' 3.12 '
28
28
29
29
- name : Run unit tests
30
30
run : pytest -v
@@ -40,10 +40,10 @@ jobs:
40
40
fail-fast : false
41
41
matrix :
42
42
os : ['ubuntu-latest', 'macos-latest', 'windows-latest']
43
- python-version : ['3.9', '3.11 ']
43
+ python-version : ['3.9', '3.12 ']
44
44
exclude :
45
45
# already tested in build_single job
46
- - python-version : 3.11
46
+ - python-version : 3.12
47
47
os : ubuntu-latest
48
48
steps :
49
49
- uses : actions/checkout@v3
66
66
- uses : actions/checkout@v3
67
67
- uses : ./.github/actions/install-python-and-package
68
68
with :
69
- python-version : ' 3.11 '
69
+ python-version : ' 3.12 '
70
70
extras-require : dev
71
71
- name : Run downloader test
72
72
run : python -m pytest -v --downloader -k downloader
80
80
- uses : actions/checkout@v3
81
81
- uses : ./.github/actions/install-python-and-package
82
82
with :
83
- python-version : ' 3.11 '
83
+ python-version : ' 3.12 '
84
84
extras-require : dev,dashboard
85
85
86
86
- name : Ensure browser is installed
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ classifiers =
16
16
Programming Language :: Python :: 3.9
17
17
Programming Language :: Python :: 3.10
18
18
Programming Language :: Python :: 3.11
19
+ Programming Language :: Python :: 3.12
19
20
description = Deep Insight And Neural Network Analysis
20
21
keywords =
21
22
XAI
@@ -30,7 +31,7 @@ version = 1.7.0
30
31
license = Apache License 2.0
31
32
32
33
[options]
33
- python_requires = >=3.8,<3.12
34
+ python_requires = >=3.8,<3.13
34
35
zip_safe = False
35
36
include_package_data = True
36
37
packages = find_namespace:
You can’t perform that action at this time.
0 commit comments