Skip to content

Commit

Permalink
Drop support for Nim 1.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
can-lehmann committed Jun 24, 2024
1 parent 378f735 commit 5638bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
# - windows-latest
# - macOS-latest
nim:
- '1.6.0'
- '1.6.x'
- '2.0.0'
- 'stable'
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions docs/migrating_3_to_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

- `ListBoxRow` widgets are no longer handled by the `ListBox.add` adder.
Instead they can be added to a `ListBox` using the `addRow` adder.
- Nim 1.x.x is no longer supported, use at least Nim 2.0.0.

0 comments on commit 5638bea

Please sign in to comment.