Closes #14638: Drop support for Python 3.8 and 3.9
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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