Skip to content

Commit

Permalink
ClassicalOPs v0.10 (#76)
Browse files Browse the repository at this point in the history
* ClassicalOPs v0.10

* Update ci.yml
  • Loading branch information
dlfivefifty authored Jul 6, 2023
1 parent f86e0d0 commit 8e800ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
version:
- '^1.9.0-0'
- '1.9'
os:
- ubuntu-latest
- macOS-latest
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[compat]
ArrayLayouts = "1"
BandedMatrices = "0.17"
ClassicalOrthogonalPolynomials = "0.9"
ContinuumArrays = "0.12"
ClassicalOrthogonalPolynomials = "0.9, 0.10"
ContinuumArrays = "0.12, 0.13"
FillArrays = "1"
HypergeometricFunctions = "0.3.4"
InfiniteArrays = "0.12.9"
InfiniteLinearAlgebra = "0.6.19"
LazyArrays = "1"
QuasiArrays = "0.9"
QuasiArrays = "0.9, 0.10"
SingularIntegrals = "0.0.2"
SpecialFunctions = "1.0, 2"
julia = "1.9"
Expand Down

2 comments on commit 8e800ed

@dlfivefifty
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/86964

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.5 -m "<description of version>" 8e800ed2c98e280338a3c8ae75af2ca6a8263113
git push origin v0.3.5

Please sign in to comment.