diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2b3bd55..d190081 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: version: - - '1.0' + - '1.6' - '1' # - 'nightly' os: diff --git a/Project.toml b/Project.toml index b937fc2..02e6ab2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "PyPlot" uuid = "d330b81b-6aea-500a-939a-2ce795aea3ee" -version = "2.11.2" +version = "2.12.0" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" @@ -11,8 +11,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" VersionParsing = "81def892-9a0e-5fdd-b105-ffc91e053289" [compat] -PyCall = "1.90" -julia = "1" -LaTeXStrings = "1" Colors = "0.9, 0.10, 0.11, 0.12, 1" +LaTeXStrings = "1" +PyCall = "1.90" VersionParsing = "1" +julia = "1.6"