Skip to content

Commit

Permalink
Drop support for Octave 5.1.0
Browse files Browse the repository at this point in the history
Keep 5.2 as that seems to be shipped on Ubuntu 20.04
  • Loading branch information
cbm755 committed May 16, 2024
1 parent 65b92d3 commit 4b7c301
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
# Test newest Octave and all supported SymPy
# Test other supported Octave releases with latest available SymPy
# Note that 1.10.1 not supported on Python 3.6 (Ubuntu 18.04-based systems)
# Ubuntu 20.04: Octave 5.2.0
# Ubuntu 22.04: Octave 6.4.0
bist_doc:
runs-on: ubuntu-latest
strategy:
Expand All @@ -94,9 +96,7 @@ jobs:
octave: [9.1.0]
sympy: [1.5.1, 1.6.2, 1.7.1, 1.8, 1.9, 1.10.1, 1.11.1, 1.12]
include:
- octave: 5.1.0
sympy: 1.8
- octave: 5.2.0
- octave: 5.2.0
sympy: 1.8
- octave: 6.1.0
sympy: 1.12
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Description: Adds symbolic calculation features to GNU Octave. These
toolboxes is intended.
Categories: symbolic
Url: https://octave.sourceforge.io/symbolic
Depends: octave (>= 5.1)
Depends: octave (>= 5.2)
SystemRequirements: python, sympy (>= 1.5.1), mpmath (>= 1.0)
License: GPL-3.0-or-later

0 comments on commit 4b7c301

Please sign in to comment.