File tree 2 files changed +8
-7
lines changed 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 54
54
if : ${{ needs.changes.outputs.changes == 'true' }}
55
55
strategy :
56
56
matrix :
57
- python-version : ["3.10", "3.12 "]
57
+ python-version : ["3.10", "3.13 "]
58
58
steps :
59
59
- uses : actions/checkout@v4
60
60
with :
75
75
fail-fast : false
76
76
matrix :
77
77
os : ["ubuntu-latest"]
78
- python-version : ["3.10", "3.12 "]
78
+ python-version : ["3.10", "3.13 "]
79
79
fast-compile : [0, 1]
80
80
float32 : [0, 1]
81
81
install-numba : [0]
@@ -114,7 +114,7 @@ jobs:
114
114
part : " tests/link/numba"
115
115
- install-numba : 1
116
116
os : " ubuntu-latest"
117
- python-version : " 3.12 "
117
+ python-version : " 3.13 "
118
118
fast-compile : 0
119
119
float32 : 0
120
120
part : " tests/link/numba"
@@ -126,7 +126,7 @@ jobs:
126
126
part : " tests/link/jax"
127
127
- install-jax : 1
128
128
os : " ubuntu-latest"
129
- python-version : " 3.12 "
129
+ python-version : " 3.13 "
130
130
fast-compile : 0
131
131
float32 : 0
132
132
part : " tests/link/jax"
@@ -137,7 +137,7 @@ jobs:
137
137
float32 : 0
138
138
part : " tests/link/pytorch"
139
139
- os : macos-15
140
- python-version : " 3.12 "
140
+ python-version : " 3.13 "
141
141
fast-compile : 0
142
142
float32 : 0
143
143
install-numba : 0
@@ -297,7 +297,7 @@ jobs:
297
297
- name : Set up Python
298
298
uses : actions/setup-python@v5
299
299
with :
300
- python-version : " 3.12 "
300
+ python-version : " 3.13 "
301
301
302
302
- name : Install dependencies
303
303
run : |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
10
10
[project ]
11
11
name = " pytensor"
12
12
dynamic = [' version' ]
13
- requires-python = " >=3.10,<3.13 "
13
+ requires-python = " >=3.10,<3.14 "
14
14
authors = [{
name =
" pymc-devs" ,
email =
" [email protected] " }]
15
15
description = " Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs."
16
16
readme = " README.rst"
@@ -33,6 +33,7 @@ classifiers = [
33
33
" Programming Language :: Python :: 3.10" ,
34
34
" Programming Language :: Python :: 3.11" ,
35
35
" Programming Language :: Python :: 3.12" ,
36
+ " Programming Language :: Python :: 3.13" ,
36
37
]
37
38
38
39
keywords = [
You can’t perform that action at this time.
0 commit comments