Skip to content

Commit

Permalink
Julia v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
anton083 committed Nov 5, 2023
1 parent 9b0ec20 commit 772538d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.5'
- '1.7'
- '1.9'
- 'nightly'
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PaddedViews = "5432bcbf-9aad-5242-b902-cca2824c8663"
[compat]
PDBTools = "^0.15"
PaddedViews = "^0.5"
julia = "^1.5"
julia = "^1.7"

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

2 comments on commit 772538d

@AntonOresten
Copy link
Member

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 updated: JuliaRegistries/General/94760

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.1.0 -m "<description of version>" 772538dda7e8a4f7134635c25e407392f0719aa9
git push origin v0.1.0

Please sign in to comment.