1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #7731: Require Python 3.8 or later

This commit is contained in:
jeremystretch
2021-12-09 15:35:40 -05:00
parent de698154cd
commit 62e5680eaf
8 changed files with 26 additions and 25 deletions

View File

@@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9, 3.10]
node-version: [14.x]
services:
redis: