Skip to content

Commit 77533cb

Browse files
authored
Merge pull request #50 from certtools/tests
tst: unittest workflow: update python versions
2 parents bbe958f + 6c920cc commit 77533cb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/python-unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Github Workflow Python unittests
22
#
3-
#SPDX-FileCopyrightText: 2020 IntelMQ Team
3+
#SPDX-FileCopyrightText: 2020 nic.at GmbH
44
#SPDX-License-Identifier: AGPL-3.0-or-later
55

66
name: "Python unittests"
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
21+
python-version: [3.8, 3.9, "3.10", 3.11, 3.12, 3.13]
2222

2323
steps:
2424
- name: Checkout repository

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
CHANGELOG
66
=========
77

8+
3.3.1 (unreleased)
9+
----------------------
10+
11+
Tests
12+
^^^^^
13+
14+
- Update Python versions: remove 3.7, add 3.12, 3.13 (PR#50 by Sebastian Wagner).
15+
816
3.3.0 (2024-03-01)
917
----------------------
1018

0 commit comments

Comments
 (0)