1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-07-29 18:08:12 +00:00

Uhh... remove python 3.6 support?

This commit is contained in:
John Fleming 2024-01-31 02:03:26 -05:00
parent b5d5c4a681
commit 5c36e431eb

View File

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04 # Downgrade Ubuntu to 20.04 to fix missing Python 3.6
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3