Skip to content

Commit

Permalink
also run tests with python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
SGeeversAtVortech committed Sep 24, 2024
1 parent 4711c4f commit 2aa5371
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rtc-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
version:
# - '3.8'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
strategy:
matrix:
version:
# - '3.8'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
Expand All @@ -104,6 +104,5 @@ jobs:
# - uses: actions/[email protected]
# with:
# name: "${{ github.job }}"
# - run: pip install tox
# - run: pip install twine
# - run: twine upload -u $PYPI_USER -p $PYPI_PASSWORD dist/*

0 comments on commit 2aa5371

Please sign in to comment.