Skip to content

Commit 0cb6e0a

Browse files
committed
Require Julia v1.10
1 parent 059630e commit 0cb6e0a

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
version:
30-
- '1.6'
3130
- '1.10'
3231
- '1'
3332
- 'pre'

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
1111
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
1212
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1313
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
14-
ThreadPinning = "811555cd-349b-4f26-b7bc-1f208b848042"
1514

1615
[weakdeps]
1716
ThreadPinning = "811555cd-349b-4f26-b7bc-1f208b848042"
@@ -29,4 +28,4 @@ Parameters = "0.12, 0.13"
2928
Pkg = "1"
3029
Sockets = "1"
3130
ThreadPinning = "0.7.22, 1"
32-
julia = "1.6"
31+
julia = "1.10"

src/ParallelProcessingTools.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,4 @@ include("slurm.jl")
4444
include("htcondor.jl")
4545
include("deprecated.jl")
4646

47-
@static if !isdefined(Base, :get_extension)
48-
include("../ext/ParallelProcessingToolsThreadPinningExt.jl")
49-
end
50-
5147
end # module

0 commit comments

Comments
 (0)