Skip to content

Commit 607acca

Browse files
authored
adjust to dropping MakieCore (#611)
This bumps Julia dependence from 1.6 to 1.10.
1 parent 5f1aca8 commit 607acca

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
lines changed

.github/workflows/TagBot.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,7 @@ on:
66
workflow_dispatch:
77
inputs:
88
lookback:
9-
default: 3
10-
permissions:
11-
actions: read
12-
checks: read
13-
contents: write
14-
deployments: read
15-
issues: read
16-
discussions: read
17-
packages: read
18-
pages: read
19-
pull-requests: read
20-
repository-projects: read
21-
security-events: read
22-
statuses: read
9+
default: "3"
2310
jobs:
2411
TagBot:
2512
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
@@ -30,4 +17,4 @@ jobs:
3017
token: ${{ secrets.GITHUB_TOKEN }}
3118
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key
3219
ssh: ${{ secrets.DOCUMENTER_KEY }}
33-
# ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
20+
# ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
version:
25-
- '1.6' # lowest supported version
25+
- '1.10' # lowest supported version
2626
- '1' # last released version
2727
os:
2828
- ubuntu-latest
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
permissions:
6161
# needed to allow julia-actions/cache to proactively delete old caches that it has created
62-
actions: write
62+
actions: write
6363
contents: write
6464
steps:
6565
- uses: actions/checkout@v4

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "Polynomials"
22
uuid = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
33
license = "MIT"
44
author = "JuliaMath"
5-
version = "4.0.21"
5+
version = "4.1.0"
66

77
[deps]
88
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -41,7 +41,7 @@ Setfield = "1"
4141
SparseArrays = "<0.0.1, 1"
4242
SpecialFunctions = "1,2"
4343
Test = "<0.0.1, 1"
44-
julia = "1.6"
44+
julia = "1.10"
4545

4646
[extras]
4747
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)