File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
1010 strategy :
1111 matrix :
12- python-version : [ '3.8', '3.9 ' ]
12+ python-version : [ '3.12 ' ]
1313
1414 steps :
1515 - uses : actions/checkout@v1
Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix :
1212 os : [ubuntu-22.04]
13- python-version : [ '3.8', '3.9 ' ]
13+ python-version : [ '3.12 ' ]
1414
1515 steps :
1616 - uses : actions/checkout@v1
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ sudo apt install libeigen3-dev
101101
102102## Use as a Python Library
103103
104- pymathtoolbox is a (sub)set of Python bindings of mathtoolbox. Tested on Python ` 3.8 ` and ` 3.9 ` .
104+ pymathtoolbox is a (sub)set of Python bindings of mathtoolbox. Tested on Python ` 3.12 ` .
105105
106106It can be installed via PyPI:
107107```
You can’t perform that action at this time.
0 commit comments