Skip to content

Commit a76941e

Browse files
committed
Update Python version
1 parent 8cd41e9 commit a76941e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/macos-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

.github/workflows/ubuntu-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

106106
It can be installed via PyPI:
107107
```

0 commit comments

Comments
 (0)