Update dev, add PyPy 3.11 (#99)

PyPy 3.10 is EOL now
This commit is contained in:
Hynek Schlawack 2025-10-02 09:00:32 +02:00 committed by GitHub
parent 8adc3d1d5c
commit 4f55b64dd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 10 additions and 8 deletions

View File

@ -29,12 +29,12 @@ jobs:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
uses: github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5

View File

@ -31,7 +31,7 @@ jobs:
persist-credentials: false
# See pyproject.toml for config.
- uses: pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
- uses: pypa/cibuildwheel@7c619efba910c04005a835b110b057fc28fd6e93 # v3.2.0
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:

View File

@ -30,7 +30,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
with:
# Path to SARIF file relative to the root of the repository
sarif_file: results.sarif

View File

@ -69,9 +69,11 @@ local_scheme = "no-local-version"
build = [
"cp39-*", # We have portable abi3 wheels.
"cp314t-*", # Free-threading / nogil.
"pp310-*", # PyPy 3.9 is EOL and doesn't build on Windows anymore.
# PyPy 3.9 is EOL and doesn't build on Windows anymore.
"pp310-*",
"pp311-*",
]
enable = ["pypy"]
enable = ["pypy", "pypy-eol"]
before-all = "uname -a"
test-command = 'python -Ic "from _argon2_cffi_bindings import ffi, lib; print(lib.ARGON2_VERSION_NUMBER)"'

View File

@ -4,7 +4,7 @@ env_list =
pre-commit,
cog-{check,render},
py3{9,10,11,12,13,14,14t},
pypy3{9,10},
pypy3{9,10,11},
system-argon2