From 93a11a7de0ac53402241041e02e5751e338f3d89 Mon Sep 17 00:00:00 2001 From: Jeroen van Bemmel Date: Sat, 4 May 2024 03:32:28 +0000 Subject: [PATCH] Remove Python 3.7, add 3.12 to tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 988766b..f2ce5cb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: max-parallel: 5 matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] # in line with Napalm base project steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}