Skip to content

Initial Python v3.12 support

Once first beta is released (22nd May 2023), we can introduce Python v3.12 support, to see how it goes:

├── jsonschema ^4.17.3
│   ├── attrs >=22.2.0 
│   ├── importlib-resources >=1.4.0 
│   │   └── zipp >=3.1.0 
│   ├── jsonschema-specifications >=2023.03.6 
│   │   ├── importlib-resources >=1.4.0 (circular dependency aborted here)
│   │   └── referencing >=0.28.0 
│   │       ├── attrs >=22.2.0 (circular dependency aborted here)
│   │       └── rpds-py >=0.7.0 
│   ├── pkgutil-resolve-name >=1.3.10 
│   ├── referencing >=0.28.4 (circular dependency aborted here)
│   └── rpds-py >=0.7.1 (circular dependency aborted here)
Edited by Moul
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information