this repo has no description
0
fork

Configure Feed

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

bump python version to 3.11

+2 -2
+1 -1
.github/workflows/build-docs.yml
··· 11 11 - uses: actions/checkout@v4 12 12 - uses: actions/setup-python@v5 13 13 with: 14 - python-version: '3.10' 14 + python-version: '3.11' 15 15 - name: Install dependencies 16 16 run: | 17 17 python3 -m pip install sphinx sphinx-rtd-theme sphinxcontrib-jquery
+1 -1
pyproject.toml
··· 14 14 ] 15 15 description = "A Python library for wrangling atproto-flavoured Merkle Search Trees" 16 16 readme = "README.md" 17 - requires-python = ">=3.8" 17 + requires-python = ">=3.11" 18 18 classifiers = [ 19 19 "Programming Language :: Python :: 3", 20 20 "License :: OSI Approved :: MIT License",