mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-03-23 04:25:22 +00:00
Support for Python 3.11
This commit is contained in:
parent
f8ee3b3d50
commit
ec50cc7c0d
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
1
setup.py
1
setup.py
@ -81,6 +81,7 @@ setup(
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user