Skip to content

Commit

Permalink
test for python 3.9 - 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
SGeeversAtVortech committed Sep 24, 2024
1 parent 53c137b commit 36f3258
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rtc-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
needs: style
runs-on: ubuntu-latest
container:
image: python:3.8
image: python:3.9
timeout-minutes: 30
steps:
- uses: actions/[email protected]
Expand All @@ -48,8 +48,8 @@ jobs:
matrix:
version:
# - '3.8'
# - '3.9'
# - '3.10'
- '3.9'
- '3.10'
- '3.11'
steps:
- uses: actions/checkout@v4
Expand All @@ -60,7 +60,7 @@ jobs:
needs: test-linux
runs-on: ubuntu-latest
container:
image: python:3.8
image: python:3.9
timeout-minutes: 30
env:
TOXENV: coverage
Expand All @@ -83,7 +83,7 @@ jobs:
strategy:
matrix:
version:
- '3.8'
# - '3.8'
- '3.9'
- '3.10'
- '3.11'
Expand Down

0 comments on commit 36f3258

Please sign in to comment.