CI: Replace Python 3.13.0-alpha.6 with 3.13.0 (#1598)

This commit is contained in:
Val Lorentz 2024-10-19 08:51:27 +02:00 committed by GitHub
parent b13ebebc83
commit 54c0980978
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -15,8 +15,8 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- python-version: "3.13.0-alpha.6" - python-version: "3.13.0"
with-opt-deps: false # https://github.com/pyca/cryptography/issues/10806 with-opt-deps: true
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
- python-version: "3.12.0" - python-version: "3.12.0"

View File

@ -208,6 +208,7 @@ setup(
'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Topic :: Communications :: Chat :: Internet Relay Chat', 'Topic :: Communications :: Chat :: Internet Relay Chat',
'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Libraries :: Python Modules',
], ],