Skip to content

Commit

Permalink
updates from course
Browse files Browse the repository at this point in the history
  • Loading branch information
okken committed Nov 10, 2023
1 parent cdb03e3 commit 27e7e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand All @@ -19,5 +20,4 @@ jobs:
- name: Install Tox and any other packages
run: pip install tox
- name: Run Tox
# Run tox using the version of Python in `PATH`
run: tox -e py

0 comments on commit 27e7e43

Please sign in to comment.