Skip to content

Commit

Permalink
update change + bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Feb 15, 2024
1 parent e15e2d5 commit 2ebfda0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
python:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
- 3.12

clingo:
- 5.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-2019']
python-version: ['3.7']
python-version: ['3.10']
include:
- os: 'ubuntu-latest'
generator: 'Ninja'
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- add option `--enable-python`
- fix `clingcon_configure` to have an effect (#102)
- fix multi-shot solving (#104)
- fix parsing of numbers (#107)

## clingcon 5.2.0

Expand Down

0 comments on commit 2ebfda0

Please sign in to comment.