Skip to content

Commit

Permalink
Merge branch 'main' into release-combination-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sezanzeb committed Oct 16, 2024
2 parents eeb0951 + 08226a2 commit d8068b3
Show file tree
Hide file tree
Showing 126 changed files with 2,676 additions and 2,305 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
matrix:
python-version: ["3.7", "3.11"] # min and max supported versions?
python-version: ["3.8", "3.12"] # min and max supported versions?
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -34,4 +34,4 @@ jobs:
# try this if input-remappers data cannot be found, and set DATA_DIR to a matching directory
# find / -type f -name "input-remapper.glade"
sudo -E python tests/test.py --start-dir unit
sudo -E python -m unittest discover tests/unit
17 changes: 0 additions & 17 deletions .run/All Tests.run.xml

This file was deleted.

17 changes: 0 additions & 17 deletions .run/Only Integration Tests.run.xml

This file was deleted.

17 changes: 0 additions & 17 deletions .run/Only Unit Tests.run.xml

This file was deleted.

Loading

0 comments on commit d8068b3

Please sign in to comment.