mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-25 12:31:04 -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:
|
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"
|
||||||
|
1
setup.py
1
setup.py
@ -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',
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user