diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c4d9e5..441e27c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,8 @@ jobs: fail-fast: false matrix: version: - - '1.6' - - '1.9' + - '1.10' + - '1' os: - ubuntu-latest arch: diff --git a/Project.toml b/Project.toml index 35dee1e..a2b4d62 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SymPy" uuid = "24249f21-da20-56a4-8eb1-6a02cf4ae2e6" -version = "2.2.2" +version = "2.3.1" [deps] CommonEq = "3709ef60-1bee-4518-9f2f-acd86f176c50" @@ -13,13 +13,13 @@ SymPyCore = "458b697b-88f0-4a86-b56b-78b75cfb3531" [compat] CommonEq = "0.2.1" CommonSolve = "0.2" -LinearAlgebra = "<0.0.1, 1.6" +LinearAlgebra = "1.10" PyCall = "1.96.2" SparseArrays = "1.1" SpecialFunctions = "0.7, 0.8, 0.8, 0.10, 1, 2" -SymPyCore = "<0.2.10" +SymPyCore = ">=0.2.11" TermInterface = "2" -julia = "1.6" +julia = "1.10" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"