Skip to content

Commit

Permalink
compat bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens authored Nov 26, 2024
1 parent 18528d7 commit 9bf77de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkgtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
strategy:
matrix:
version:
- '1.7'
- '1.8'
- '1.9'
- '1.10'
os:
- ubuntu-latest
- macOS-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
strategy:
matrix:
version:
- '1.7'
- '1.8'
- '1.9'
- '1.10'
os:
- ubuntu-latest
- macOS-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ OnlineStats = "1"
PooledArrays = "1.1"
PopGenCore = "0.7"
Reexport = "1"
StatsBase = "0.34"
StatsBase = "0.33, 0.34"
Term = "2"
julia = "1.8, 1.9, 1.10"
julia = "1.7, 1.8, 1.9"

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

0 comments on commit 9bf77de

Please sign in to comment.