disable 3.12 testing for now (#7577)
This commit is contained in:
parent
3ce0202ffd
commit
18c7162e53
|
|
@ -267,7 +267,8 @@ jobs:
|
|||
continue-on-error: true # continue if a step fails so that coverage gets pushed
|
||||
strategy:
|
||||
matrix:
|
||||
python_version: [3.9, 3.12]
|
||||
python_version: [3.9]
|
||||
# python_version: [3.9, 3.12] # Disabled due to requirement issues
|
||||
|
||||
env:
|
||||
INVENTREE_DB_NAME: ./inventree.sqlite
|
||||
|
|
|
|||
Loading…
Reference in New Issue