Skip to content

Commit

Permalink
fixing docs. This build will fail due to unresolved bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewReid854 committed Apr 20, 2023
1 parent c2a6700 commit b6402cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_on_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9']
python-version: ['3.8','3.9','3.10',3.11]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is a bugfix release.

**Bug Fixes**

- Compatability bugs in python 3.8 have resulted in support being dropped. From reliability 0.8.9 the python version must be >=3.9
- TBA. Currently being fixed.

**Other**

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"mplcursors>=0.3",
"docutils<0.18"
],
python_requires=">=3.9",
python_requires=">=3.8",
packages=setuptools.find_packages(
exclude=["*.tests", "*.tests.*"]
),
Expand Down

0 comments on commit b6402cd

Please sign in to comment.