Skip to content

Commit

Permalink
Create pyproject toml (#4)
Browse files Browse the repository at this point in the history
* Create pyproject toml

* Fix up python versions

* Fix up python versions
  • Loading branch information
Ashton-Sidhu authored Aug 14, 2022
1 parent 579a8f2 commit 45bc8b4
Show file tree
Hide file tree
Showing 3 changed files with 467 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:
jobs:
build:

runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: ["3.7", "3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 45bc8b4

Please sign in to comment.