Merge branch 'fail2ban:master' into feature-abuseipdb-integration

pull/3948/head
Hasan ÇALIŞIR 2025-02-26 12:17:15 +03:00 committed by GitHub
commit 05f20c4b65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12', '3.13', '3.14.0-alpha.4', pypy3.10]
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13', '3.14.0-alpha.5', pypy3.10]
fail-fast: false
# Steps represent a sequence of tasks that will be executed as part of the job
steps: