Skip to content

Commit

Permalink
+ py3.9, 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeine-addictt committed Nov 16, 2023
1 parent 83c815f commit 62f8fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-worker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Run Python tests

on: [ push, pull_request ]
on: [ push ]

jobs:
build:
Expand All @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.x"]
python-version: ["3.9", "3.10", "3.11", "3.x"]


steps:
Expand Down

0 comments on commit 62f8fea

Please sign in to comment.