mirror of
https://github.com/cve-search/PyVulnerabilityLookup.git
synced 2024-11-25 08:17:20 +00:00
chg: improve CI
This commit is contained in:
parent
d632d8b27e
commit
773ef0eea4
2 changed files with 2 additions and 1 deletions
1
.github/workflows/test_public_interface.yml
vendored
1
.github/workflows/test_public_interface.yml
vendored
|
@ -11,6 +11,7 @@ jobs:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.10', '3.11', '3.12', '3.13']
|
python-version: ['3.10', '3.11', '3.12', '3.13']
|
||||||
name: Python ${{ matrix.python-version }} sample
|
name: Python ${{ matrix.python-version }} sample
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pyvulnerabilitylookup"
|
name = "pyvulnerabilitylookup"
|
||||||
version = "1.4.0"
|
version = "2.1.0"
|
||||||
description = "Python CLI and module for Vulnerability Lookup"
|
description = "Python CLI and module for Vulnerability Lookup"
|
||||||
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
|
|
Loading…
Reference in a new issue