Skip to content

Commit

Permalink
Switch to Textual (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKarpel authored Nov 26, 2022
1 parent e9eab42 commit 9277169
Show file tree
Hide file tree
Showing 63 changed files with 1,748 additions and 3,186 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest]
python-version: ["3.10"]
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11"]
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- id: python-use-type-annotations
- id: python-check-blanket-type-ignore
- repo: https://github.com/hadialqattan/pycln
rev: v2.1.1
rev: v2.1.2
hooks:
- id: pycln
args: [ --config=pyproject.toml ]
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.4.0

### Changed

- [#154](https://github.com/JoshKarpel/spiel/pull/154) Switch to [Textual](https://textual.textualize.io/) as the overall control and rendering engine.

### Removed

- [#154](https://github.com/JoshKarpel/spiel/pull/154) Removed library-provided `Example` slides, `Options`, and various other small features
as part of the Textual migration. Some of these features will likely be reintroduced later.

## 0.3.0

### Removed
Expand Down
Loading

0 comments on commit 9277169

Please sign in to comment.