Skip to content

Commit

Permalink
Fix and update CI (#69)
Browse files Browse the repository at this point in the history
Fix and update CI
  • Loading branch information
skontar authored Feb 11, 2025
1 parent 1bfc39f commit 9a4c2b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env: [py27, py36, py37, py38, py39, py310, py311, black, isort, flake8]
tox_env: [py27, py36, py38, py39, py310, py311, py312, py313, black, isort, flake8]
runs-on: ubuntu-latest
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
keywords="security cvss score calculator",
packages=find_packages(),
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,36,37,38,39,310,311},black,isort,flake8
envlist = py{27,36,38,39,310,311,312,313},black,isort,flake8

[testenv]
deps = jsonschema
Expand Down

0 comments on commit 9a4c2b0

Please sign in to comment.