Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/common_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
matrix:
python-version:
- "3.11"
# - "3.12"
- "3.10"
- "3.12"
- "3.13"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this supported by open-autonomy? if so sick

poetry-version: ["2.0.1"]
os:
- ubuntu-20.04
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
strategy:
matrix:
python-versions:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
os:
- ubuntu-20.04
poetry-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
python-versions: [3.11]
python-versions: [3.11, 3.12, 3.13]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the release workflow, we can only run this one time, otherweise well end up with 1 release and 3 failures

poetry-version: ["2.0.1"]

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
Loading