Skip to content

Commit

Permalink
Update Python versions in DNSrecon workflow
Browse files Browse the repository at this point in the history
The Python version matrix in the GitHub Actions workflow for DNSrecon has been updated. The versions 3.9 and 3.10.12 have been removed, and the workflow now only runs on Python versions 3.11 and 3.12.
  • Loading branch information
L1ghtn1ng committed Apr 12, 2024
1 parent 15eade6 commit 85be14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DNSrecon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
max-parallel: 8
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.9, 3.10.12, 3.11, 3.12]
python-version: [3.11, 3.12]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 85be14f

Please sign in to comment.