mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-25 04:21:14 -05:00
CI: Replace Python 3.13.0-alpha.6 with 3.13.0 (#1598)
This commit is contained in:
parent
b13ebebc83
commit
54c0980978
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -15,8 +15,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- python-version: "3.13.0-alpha.6"
|
||||
with-opt-deps: false # https://github.com/pyca/cryptography/issues/10806
|
||||
- python-version: "3.13.0"
|
||||
with-opt-deps: true
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
- python-version: "3.12.0"
|
||||
|
1
setup.py
1
setup.py
@ -208,6 +208,7 @@ setup(
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.11',
|
||||
'Programming Language :: Python :: 3.12',
|
||||
'Programming Language :: Python :: 3.13',
|
||||
'Topic :: Communications :: Chat :: Internet Relay Chat',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user