From 5638bea86504a84926316352d8583e64b666100b Mon Sep 17 00:00:00 2001 From: Can Lehmann Date: Mon, 24 Jun 2024 23:48:53 +0200 Subject: [PATCH] Drop support for Nim 1.x.x --- .github/workflows/test.yml | 3 +-- docs/migrating_3_to_4.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 47711bce..14cfd7f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/docs/migrating_3_to_4.md b/docs/migrating_3_to_4.md index c7a3dd24..a4cbd92a 100644 --- a/docs/migrating_3_to_4.md +++ b/docs/migrating_3_to_4.md @@ -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.