Skip to content

Commit 5d0ca46

Browse files
authored
Merge pull request #142 from LaboratoireMecaniqueLille/release/2.0.7
Release version 2.0.7
2 parents 4b8e08c + bfe2d20 commit 5d0ca46

File tree

165 files changed

+2894
-912
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+2894
-912
lines changed

.github/workflows/test_python_package.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,9 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
# Run on all the supported Python versions
24-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
24+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2525
# Run on all the supported platforms
2626
os: [ubuntu-latest, windows-latest, macos-latest]
27-
# Cannot run for Python 3.7 on macOS as it is no longer supported
28-
exclude:
29-
- os: macos-latest
30-
python-version: 3.7
3127

3228
steps:
3329
# Checkout the repository

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ formats: []
88

99
# Set the OS, Python version and other tools you might need
1010
build:
11-
os: ubuntu-22.04
11+
os: ubuntu-24.04
1212
tools:
13-
python: "3.9"
13+
python: "3.12"
1414
# You can also specify other tool versions:
1515
# nodejs: "20"
1616
# rust: "1.70"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Command and Real-time Acquisition in Parallelized PYthon (CRAPPY)
22
=================================================================
33

4-
[![Downloads](https://pepy.tech/badge/crappy)](https://pepy.tech/project/crappy)
5-
[![Documentation Status](https://readthedocs.org/projects/crappy/badge/?version=latest)](https://crappy.readthedocs.io/en/latest/?badge=latest)
4+
[![Downloads](https://static.pepy.tech/badge/crappy)](https://www.pepy.tech/projects/crappy)
5+
[![Documentation Status](https://readthedocs.org/projects/crappy/badge/?version=latest)](https://crappy.readthedocs.io/en/latest/)
66
[![PyPi version](https://badgen.net/pypi/v/crappy/)](https://pypi.org/project/crappy/)
77
[![Python version](https://img.shields.io/pypi/pyversions/crappy.svg)](https://pypi.org/project/crappy/)
88

@@ -40,7 +40,7 @@ for materials testing.
4040
Requirements
4141
------------
4242

43-
CRAPPY can run with Python 3.7 to 3.10, and has been tested on Windows, Linux,
43+
CRAPPY can run with Python 3.9 to 3.13, and has been tested on Windows, Linux,
4444
Raspberry Pi and macOS. It can probably run on other operating systems
4545
supporting the required Python versions.
4646

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ checklinks:
3030
# Catch-all target: route all unknown targets to Sphinx using the new
3131
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
3232
%:
33-
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -v -a
33+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) --verbose --fresh-env --write-all --jobs auto --nitpicky --fail-on-warning --keep-going --show-traceback

0 commit comments

Comments
 (0)