Skip to content

Commit

Permalink
matrix python version in single quotes adn p3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
damian-krawczyk committed Feb 19, 2025
1 parent a754ba8 commit 6206a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9, 3.10, 3.11, 3.12, 3.13]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
install_requires=required,
entry_points={"console_scripts": ["nfr = nessus_file_reader.__main__:main"]},
classifiers=[
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 6206a08

Please sign in to comment.