Skip to content

Commit

Permalink
asynchat shim
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Willemsen committed Nov 15, 2024
1 parent 5ca31d0 commit 0cb4f5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['3.10','3.11']
version: ['3.10','3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name="lewis"
description="Lewis - Let's write intricate simulators!"
requires-python="<3.12"
requires-python=">=3.10"
readme="README.md"
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down Expand Up @@ -32,7 +32,8 @@ dependencies=[
"json-rpc",
"semantic_version",
"PyYAML",
"scanf"
"scanf",
"pyasynchat;python_version >= '3.12'",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 0cb4f5b

Please sign in to comment.