Skip to content

Commit 16267cf

Browse files
committed
Backtracking
1 parent 4cae1ff commit 16267cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
22+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2323

2424
steps:
2525
- name: Checkout

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "prefsampling"
7-
version = "0.1.5"
7+
version = "0.1.6"
88
description = "Algorithms to sample preferences of all kinds."
99
authors = [
1010
{ name = "Simon Rey", email = "[email protected]" },

0 commit comments

Comments
 (0)