Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Polyester v0.7 #12

Merged
merged 5 commits into from Dec 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
70 changes: 0 additions & 70 deletions .github/workflows/CI-julia-nightly.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Expand Up @@ -11,7 +11,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1'
- '~1.10.0-0'
os:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Expand Up @@ -9,8 +9,8 @@ Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"

[compat]
ForwardDiff = "0.10"
Polyester = "0.5, 0.6, 0.7"
julia = "1.6"
Polyester = "0.7"
julia = "1.9"

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