Skip to content

Commit

Permalink
Merge pull request #141 from HalfWhitt/style-dataclass
Browse files Browse the repository at this point in the history
Declare properties as class attributes rather than via methods
  • Loading branch information
freakboy3742 committed Mar 5, 2024
2 parents f67a7b9 + 6c26418 commit 6adad4c
Show file tree
Hide file tree
Showing 5 changed files with 1,070 additions and 940 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12-dev" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
include:
- experimental: false

- python-version: "3.12-dev"
experimental: true

steps:
- name: Checkout
uses: actions/checkout@v4.1.1
Expand Down
1 change: 1 addition & 0 deletions changes/141.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Validated properties of styles can now be defined as dataclass class attributes.
Loading

0 comments on commit 6adad4c

Please sign in to comment.