try without import in __init__.py

This commit is contained in:
Nicholas Albion
2023-10-04 18:07:37 +11:00
parent d7130c3dbd
commit fd7958b6c4
4 changed files with 8 additions and 15 deletions

View File

@@ -16,7 +16,8 @@ jobs:
matrix:
# 3.10 - 04 Oct 2021
# 3.11 - 24 Oct 2022
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9']
# python-version: ['3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4