Skip to content

Commit

Permalink
updated to python greater 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophGehbauer committed Sep 3, 2024
1 parent dee3b1f commit 4073e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
'resources/*/*/*/*/.*',
'resources/*/*/*/*/*']},
include_package_data=True,
python_requires=">=3.6",
python_requires=">=3.9",
install_requires=install_requires
)

0 comments on commit 4073e42

Please sign in to comment.