Skip to content

Python 3.13 introduced new attr argument to _write_data() #196

Python 3.13 introduced new attr argument to _write_data()

Python 3.13 introduced new attr argument to _write_data() #196

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
default:
strategy:
fail-fast: false
matrix:
ros: [melodic, noetic]
name: ${{ matrix.ros }}
runs-on: ubuntu-latest
env:
ROS_DISTRO: ${{ matrix.ros }}
steps:
- uses: actions/checkout@v4
- name: industrial_ci
uses: ros-industrial/industrial_ci@master