Skip to content

Commit

Permalink
feat: support Python 3.12 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrriehl authored Jan 12, 2024
1 parent e29f415 commit dc9cda9
Show file tree
Hide file tree
Showing 4 changed files with 1,239 additions and 1,058 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
include:
- os: macos-latest
python-version: "3.10.10"
Expand Down
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Installation (Python)

Install μAgents for Python 3.8, 3.9, 3.10, or 3.11:
Install μAgents for Python 3.8 to 3.12:

```bash
poetry install
Expand Down
Loading

0 comments on commit dc9cda9

Please sign in to comment.