Skip to content

Commit

Permalink
Simplify loading from prefixmaps (#47)
Browse files Browse the repository at this point in the history
* Simplify loading from prefixmaps

* Update minimum python and prefixmaps version

* Update qc.yml

* Update qc.yml

* Update qc.yml
  • Loading branch information
cthoyt authored Dec 5, 2023
1 parent 0c968b4 commit 24b3895
Show file tree
Hide file tree
Showing 4 changed files with 436 additions and 385 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: [ "3.9", "3.10", "3.11" ]
os: [ ubuntu-latest, windows-latest ]

steps:
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
# run pytest
#----------------------------------------------
- name: Pytest within poetry
run: poetry run pytest
run: poetry run pytest
Loading

0 comments on commit 24b3895

Please sign in to comment.