Skip to content

Commit 6216251

Browse files
committed
Test unpin cattrs
1 parent 3386d4a commit 6216251

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
27+
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11"]
2828
runs-on: [ubuntu-latest, macos-latest, windows-latest]
2929

3030
steps:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install_requires =
3939
numpy
4040
tabulate
4141
attrs
42-
cattrs<23.2.1 # Issue with JSON serialisation from this version, see https://github.com/ModECI/modelspec/issues/66
42+
cattrs
4343
docstring-parser
4444
typing_extensions;python_version<'3.8'
4545
typing_compat;python_version<'3.8'

0 commit comments

Comments
 (0)