chg: improve CI

This commit is contained in:
Raphaël Vinot 2024-11-18 20:00:38 +01:00
parent d632d8b27e
commit 773ef0eea4
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.10', '3.11', '3.12', '3.13']
name: Python ${{ matrix.python-version }} sample

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "pyvulnerabilitylookup"
version = "1.4.0"
version = "2.1.0"
description = "Python CLI and module for Vulnerability Lookup"
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-3-Clause"