Skip to content

Commit

Permalink
Update the updates
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Oct 5, 2023
1 parent cc3967e commit 212ef36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Bug Report
description: |
Please be aware that we are no longer making fixes ourselves
to robotpy-cppheaderparser, but we will accept pull requests with appropriately
tested fixes. We recommend all users migrate to our new parser which can be
found at https://github.com/robotpy/cxxheaderparser
description: We are no longer making fixes ourselves to robotpy-cppheaderparser, but we will accept pull requests with appropriately tested fixes. We recommend all users migrate to cxxheaderparser.
title: "[BUG]: "
body:
- type: textarea
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-18.04]
python_version: [2.7, 3.5, 3.6, 3.7, 3.8]
os: [windows-latest, macos-latest, ubuntu-20.04]
python_version: [3.5, 3.6, 3.7, 3.8]
architecture: [x86, x64]
exclude:
- os: macos-latest
Expand Down

0 comments on commit 212ef36

Please sign in to comment.