Skip to content

Commit 74f5b75

Browse files
authored
V2.3.1 (#556)
* drop pre-LTS support
1 parent a05336a commit 74f5b75

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
version:
22-
- '1.6'
23-
- '1.9'
22+
- '1.10'
23+
- '1'
2424
os:
2525
- ubuntu-latest
2626
arch:

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "SymPy"
22
uuid = "24249f21-da20-56a4-8eb1-6a02cf4ae2e6"
3-
version = "2.2.2"
3+
version = "2.3.1"
44

55
[deps]
66
CommonEq = "3709ef60-1bee-4518-9f2f-acd86f176c50"
@@ -13,13 +13,13 @@ SymPyCore = "458b697b-88f0-4a86-b56b-78b75cfb3531"
1313
[compat]
1414
CommonEq = "0.2.1"
1515
CommonSolve = "0.2"
16-
LinearAlgebra = "<0.0.1, 1.6"
16+
LinearAlgebra = "1.10"
1717
PyCall = "1.96.2"
1818
SparseArrays = "1.1"
1919
SpecialFunctions = "0.7, 0.8, 0.8, 0.10, 1, 2"
20-
SymPyCore = "<0.2.10"
20+
SymPyCore = ">=0.2.11"
2121
TermInterface = "2"
22-
julia = "1.6"
22+
julia = "1.10"
2323

2424
[extras]
2525
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)