Skip to content

Commit

Permalink
Merge pull request #11 from MHenderson/10-put-vizing-folder-inside-ne…
Browse files Browse the repository at this point in the history
…w-src-folder

Move vizing folder inside src folder
  • Loading branch information
MHenderson authored Nov 25, 2024
2 parents ede8ba9 + 28e3b73 commit 26e1c8e
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
10 changes: 0 additions & 10 deletions .gitpod.yml

This file was deleted.

2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test:
poetry run pytest
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

# vizing

List-colouring in Python.
Constraint-based list-colouring in Python.
57 changes: 29 additions & 28 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 26e1c8e

Please sign in to comment.