Skip to content

Tags: madebr/python-cmake-file-api

Tags

v0.0.8.6

Toggle v0.0.8.6's commit message
ci: add python 3.13 and 3.14 to test matrix + bump actions

v0.0.8.5

Toggle v0.0.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix ImportError: cannot import name 'StrEnum' from 'enum' on Python 3…

….10.x

v0.0.8.4

Toggle v0.0.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
kinds(cache): use `dataclass` for `CacheEntry`

Reduces the code to be written, maintains the behavior.

Note that I preserved the `slots`.

v0.0.8.3

Toggle v0.0.8.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix remaining resourcewarnings

v0.0.8.2

Toggle v0.0.8.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix ResourceWarning: unclosed file

v0.0.8.1

Toggle v0.0.8.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
remove typing extensions

v0.0.8

Toggle v0.0.8's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix 3.9 incompatibilities

v0.0.7

Toggle v0.0.7's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: get path of sysroot property in configureLog target

v0.0.6

Toggle v0.0.6's commit message
ci: bump versions of actions

v0.0.5

Toggle v0.0.5's commit message
ci: add CPython 3.11, remove CPython 3.6