File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 67
67
strategy :
68
68
fail-fast : true
69
69
matrix :
70
- python-version : ["3.8", "3.10 "]
70
+ python-version : ["3.8", "3.11 "]
71
71
fast-compile : [0,1]
72
72
float32 : [0,1]
73
73
install-numba : [1]
@@ -85,11 +85,11 @@ jobs:
85
85
- python-version : " 3.8"
86
86
fast-compile : 0
87
87
float32 : 1
88
- - python-version : " 3.10 "
88
+ - python-version : " 3.11 "
89
89
fast-compile : 1
90
- - python-version : " 3.10 "
90
+ - python-version : " 3.11 "
91
91
float32 : 1
92
- - python-version : " 3.10 "
92
+ - python-version : " 3.11 "
93
93
part : " tests/tensor/test_math.py"
94
94
steps :
95
95
- uses : actions/checkout@v3
@@ -220,7 +220,7 @@ jobs:
220
220
- name : Set up Python
221
221
uses : actions/setup-python@v4
222
222
with :
223
- python-version : " 3.10 "
223
+ python-version : " 3.11 "
224
224
225
225
- name : Install dependencies
226
226
run : |
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ name = "pytensor"
12
12
dynamic = [
13
13
' version'
14
14
]
15
- requires-python = " >=3.7 "
15
+ requires-python = " >=3.8 "
16
16
authors = [
17
17
{
name =
" pymc-devs" ,
email =
" [email protected] " }
18
18
]
@@ -34,10 +34,10 @@ classifiers = [
34
34
" Operating System :: Unix" ,
35
35
" Operating System :: MacOS" ,
36
36
" Programming Language :: Python :: 3" ,
37
- " Programming Language :: Python :: 3.7" ,
38
37
" Programming Language :: Python :: 3.8" ,
39
38
" Programming Language :: Python :: 3.9" ,
40
39
" Programming Language :: Python :: 3.10" ,
40
+ " Programming Language :: Python :: 3.11" ,
41
41
]
42
42
43
43
keywords = [
You can’t perform that action at this time.
0 commit comments