File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
fetch-depth : 0
18
18
- uses : actions/setup-python@v5
19
19
with :
20
- python-version : " 3.10 "
20
+ python-version : " 3.11 "
21
21
- name : Build the sdist and the wheel
22
22
run : |
23
23
pip install build
Original file line number Diff line number Diff line change 25
25
strategy :
26
26
matrix :
27
27
os : [ubuntu-latest]
28
- python-version : ["3.10 "]
28
+ python-version : ["3.11 "]
29
29
test-subset :
30
30
- tests/model
31
31
- tests/statespace/core/test_statespace.py
55
55
run : |
56
56
pip install -e ".[dev]"
57
57
python --version
58
+ pip check
58
59
- name : Run tests
59
60
run : |
60
61
python -m pytest --color=yes -vv --cov=pymc_extras --cov-append --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version: 2
5
5
build :
6
6
os : ubuntu-20.04
7
7
tools :
8
- python : " 3.10 "
8
+ python : " 3.11 "
9
9
10
10
python :
11
11
install :
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ classifiers = [
12
12
" Development Status :: 5 - Production/Stable" ,
13
13
" Programming Language :: Python" ,
14
14
" Programming Language :: Python :: 3" ,
15
- " Programming Language :: Python :: 3.10" ,
16
15
" Programming Language :: Python :: 3.11" ,
17
16
" Programming Language :: Python :: 3.12" ,
18
17
" Programming Language :: Python :: 3.13" ,
@@ -23,7 +22,7 @@ classifiers = [
23
22
" Operating System :: OS Independent" ,
24
23
]
25
24
readme = " README.md"
26
- requires-python = " >=3.10 "
25
+ requires-python = " >=3.11 "
27
26
keywords = [
28
27
" probability" ,
29
28
" machine learning" ,
You can’t perform that action at this time.
0 commit comments