Skip to content

Commit

Permalink
Dropping 3.7 support as it’s EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMcGrath committed May 14, 2024
1 parent c57002d commit 997792b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: snyk/actions/setup@master
- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: "3.10"
- name: Setup environment
run: pip install -r requirements.txt
- name: Snyk Library check
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"License :: OSI Approved :: MIT License",
"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="tenable tenable_io securitycenter containersecurity",
packages=find_packages(exclude=["docs", "tests", "tests.*"]),
Expand Down

0 comments on commit 997792b

Please sign in to comment.