2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 03:26:45 +00:00

disable 3.12 testing for now (#7577)

This commit is contained in:
Matthias Mair 2024-07-07 11:53:45 +02:00 committed by GitHub
parent 3ce0202ffd
commit 18c7162e53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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