Skip to content

Commit

Permalink
Update Python versions in DNSrecon workflow
Browse files Browse the repository at this point in the history
This commit updates the Python versions used in the DNSrecon GitHub Actions workflow. Python 3.7 has been removed from the version matrix, and 3.11 has been added, to reflect the most current versions in use. This is important to ensure compatibility and optimal functionality of the DNSrecon tool on all supported Python platforms.
  • Loading branch information
L1ghtn1ng committed Aug 13, 2023
1 parent 02712ab commit 4d2478a
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.7, 3.8, 3.9, 3.10.9]
python-version: [3.8, 3.9, 3.10, 3.11]

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

0 comments on commit 4d2478a

Please sign in to comment.