File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
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
numpy-version : ["~=1.26.0", ">=2.0"]
80
80
fast-compile : [0, 1]
81
81
float32 : [0, 1]
@@ -111,7 +111,7 @@ jobs:
111
111
- numpy-version : " ~=1.26.0"
112
112
float32 : 1
113
113
- numpy-version : " ~=1.26.0"
114
- python-version : " 3.12 "
114
+ python-version : " 3.13 "
115
115
- numpy-version : " ~=1.26.0"
116
116
part : " --doctest-modules pytensor --ignore=pytensor/misc/check_duplicate_key.py --ignore=pytensor/link"
117
117
include :
@@ -124,7 +124,7 @@ jobs:
124
124
part : " tests/link/numba"
125
125
- install-numba : 1
126
126
os : " ubuntu-latest"
127
- python-version : " 3.12 "
127
+ python-version : " 3.13 "
128
128
numpy-version : " ~=2.1.0"
129
129
fast-compile : 0
130
130
float32 : 0
@@ -138,7 +138,7 @@ jobs:
138
138
part : " tests/link/jax"
139
139
- install-jax : 1
140
140
os : " ubuntu-latest"
141
- python-version : " 3.12 "
141
+ python-version : " 3.13 "
142
142
numpy-version : " >=2.0"
143
143
fast-compile : 0
144
144
float32 : 0
@@ -151,7 +151,7 @@ jobs:
151
151
float32 : 0
152
152
part : " tests/link/pytorch"
153
153
- os : macos-15
154
- python-version : " 3.12 "
154
+ python-version : " 3.13 "
155
155
numpy-version : " >=2.0"
156
156
fast-compile : 0
157
157
float32 : 0
@@ -322,7 +322,7 @@ jobs:
322
322
- name : Set up Python
323
323
uses : actions/setup-python@v5
324
324
with :
325
- python-version : " 3.12 "
325
+ python-version : " 3.13 "
326
326
327
327
- name : Install dependencies
328
328
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