This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ Update Python to ^3.14.1, <3.15 (#107)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

+3 -15
+2 -14
research/poetry.lock
··· 39 39 ] 40 40 41 41 [[package]] 42 - name = "f-enum" 43 - version = "0.2.0" 44 - description = "Patch for builtin enum module to achieve best performance" 45 - optional = false 46 - python-versions = ">=3.6.2" 47 - files = [ 48 - {file = "f-enum-0.2.0.tar.gz", hash = "sha256:3df8fdfad2dc7079a0ed6b0ec2b369b9f2dda358ef08c037a6a3e3c17e9a49e7"}, 49 - {file = "f_enum-0.2.0-py3-none-any.whl", hash = "sha256:88eb831d75534c132eaea621f9e969d23a02d37130ebb5dec16a50f434aa20ea"}, 50 - ] 51 - 52 - [[package]] 53 42 name = "flpinspect" 54 43 version = "0.1.0" 55 44 description = "A GUI tool to inspect the structure of an FLP" ··· 111 100 112 101 [package.dependencies] 113 102 construct-typing = ">=0.5.6" 114 - f-enum = {version = ">=0.2.0", markers = "python_version <= \"3.10\""} 115 103 sortedcontainers = ">=2.4.0" 116 104 typing-extensions = ">=4.6.1" 117 105 ··· 174 162 175 163 [metadata] 176 164 lock-version = "2.0" 177 - python-versions = "^3.8,<3.11" 178 - content-hash = "ea1e522705e1c875ae4bb88ceca051007fc779ef5936fc27f5fc5022ce2c9daf" 165 + python-versions = "^3.14.1, <3.15" 166 + content-hash = "c5f35cc0025248f2781afafbf41231754066ca36de2a6bc0f2031e5c57a1c89a"
+1 -1
research/pyproject.toml
··· 7 7 readme = "README.md" 8 8 9 9 [tool.poetry.dependencies] 10 - python = "^3.8,<3.11" 10 + python = "^3.14.1, <3.15" 11 11 flpinspect = "^0.1.0" 12 12 rich = "^14.2.0" 13 13 docopt = "^0.6.2"