mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-04 06:16:23 -06:00
Closes #14638: Drop support for Python 3.8 and 3.9
This commit is contained in:
Vendored
+1
-1
@@ -9,7 +9,7 @@ jobs:
|
||||
NETBOX_CONFIGURATION: netbox.configuration_testing
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.8', '3.9', '3.10', '3.11']
|
||||
python-version: ['3.10', '3.11']
|
||||
node-version: ['14.x']
|
||||
services:
|
||||
redis:
|
||||
|
||||
Reference in New Issue
Block a user