Skip to content

Commit

Permalink
test on latest julia
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Doris committed May 1, 2024
1 parent b45ae9d commit b9aafe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.pyversion }}
- name: Set up Julia 1.10.0
- name: Set up Julia
uses: julia-actions/setup-julia@v1
with:
version: '1.10.0'
version: '1'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

4 comments on commit b9aafe9

@cjdoris
Copy link
Collaborator

@cjdoris cjdoris commented on b9aafe9 May 1, 2024

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/105959

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.9.20 -m "<description of version>" b9aafe929c80b0ce764473114865dec98e9c5bc1
git push origin v0.9.20

@cjdoris
Copy link
Collaborator

@cjdoris cjdoris commented on b9aafe9 May 1, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:
Changes:

  • The IPython extension is now automatically loaded upon import if IPython is detected.
  • JuliaCall now compatible with Julia 1.10.3.
  • Minimum supported Python version is now 3.8.

@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/105959

Tagging

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.9.20 -m "<description of version>" b9aafe929c80b0ce764473114865dec98e9c5bc1
git push origin v0.9.20

Please sign in to comment.