Skip to content

Commit

Permalink
Update contraints again
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Dec 2, 2024
1 parent 5c6df8a commit ebff39d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 208 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: astral-sh/setup-uv@v4
with:
version: "latest"
python-version: "3.13"
python-version: "3.12"

- name: Run install
run: uv run make install
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
include:
- os: ubuntu-latest
arch: amd64
python-version: "3.13"
- os: ubuntu-latest
arch: amd64
python-version: "3.10"
python-version: "3.12"
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Initial release; forked from `py-substrate-interface`.

- All network-related functions and methods return coroutines now.
- Optional cryptography dependencies moved to the optional `full` extra.
- Added Python 3.13 to the test matrix, removed Python 3.9 support.

<!-- Links -->
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ classifiers = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
"Topic :: Software Development :: Libraries",
"Typing :: Typed",
]
keywords = ["interface", "polkascan", "polkadot", "substrate", "blockchain", "rpc", "kusama"]
readme = "README.md"
requires-python = ">=3.10,<4"
requires-python = ">=3.10,<3.13"

dependencies = [
"aiohttp>=3.11.6",
Expand Down
Loading

0 comments on commit ebff39d

Please sign in to comment.