Skip to content

Commit

Permalink
Merge pull request #33 from RedHatProductSecurity/upgrade-python-clas…
Browse files Browse the repository at this point in the history
…sifier

update python classifier
  • Loading branch information
jasinner committed Jul 11, 2024
2 parents 0045554 + 8a187de commit 52eb35b
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -19,6 +19,6 @@ jobs:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env: [black, py36, py37, py38, py39]
tox_env: [black, py36, py37, py38, py39, py310, py311, py312]

runs-on: ubuntu-latest
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
keywords="security advisory parser scraper",
packages=["advisory_parser", "advisory_parser.parsers"],
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 = black,py36,py37,py38,py39
envlist = black,py36,py37,py38,py39,py310,py311,py312

[testenv]
deps = pytest
Expand Down

0 comments on commit 52eb35b

Please sign in to comment.