Skip to content

Commit c7c8dcc

Browse files
Merge pull request #134 from antoinedemathelin/master
Update setup.py
2 parents 3d06483 + 69b31b8 commit c7c8dcc

33 files changed

+491
-480
lines changed

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
mv -v docs/html/* docs/
3737
sudo rm -r -f docs/html
3838
touch .nojekyll
39-
- uses: actions/upload-artifact@v1
39+
- uses: actions/upload-artifact@v3
4040
with:
4141
name: DocumentationHTML
4242
path: docs/

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
strategy:
1515
matrix:
16-
python-version: ['3.8', '3.9', '3.10', '3.11']
16+
python-version: ['3.9', '3.10', '3.11', '3.12']
1717
os: [ubuntu-latest, windows-latest, macos-latest]
1818
runs-on: ${{ matrix.os }}
1919
steps:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,3 +296,4 @@ If you use this library in your research, please cite ADAPT using the following
296296
This work has been funded by Michelin and the Industrial Data Analytics and Machine Learning chair from ENS Paris-Saclay, Borelli center.
297297

298298
[<img src="https://github.com/adapt-python/adapt/raw/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/michelin.png" width=200px alt="Michelin">](https://www.michelin.com/) [<img src="https://github.com/adapt-python/adapt/raw/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/idaml.jpg" width=200px alt="IDAML">](https://centreborelli.ens-paris-saclay.fr/fr/chaire-idaml) [<img src="https://github.com/adapt-python/adapt/raw/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/borelli.jpg" alt="Centre Borelli" width=150px>](https://centreborelli.ens-paris-saclay.fr/fr)
299+

0 commit comments

Comments
 (0)