Skip to content

Commit 212ef36

Browse files
committed
Update the updates
1 parent cc3967e commit 212ef36

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Bug Report
2-
description: |
3-
Please be aware that we are no longer making fixes ourselves
4-
to robotpy-cppheaderparser, but we will accept pull requests with appropriately
5-
tested fixes. We recommend all users migrate to our new parser which can be
6-
found at https://github.com/robotpy/cxxheaderparser
2+
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.
73
title: "[BUG]: "
84
body:
95
- type: textarea

.github/workflows/dist.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:
35-
os: [windows-latest, macos-latest, ubuntu-18.04]
36-
python_version: [2.7, 3.5, 3.6, 3.7, 3.8]
35+
os: [windows-latest, macos-latest, ubuntu-20.04]
36+
python_version: [3.5, 3.6, 3.7, 3.8]
3737
architecture: [x86, x64]
3838
exclude:
3939
- os: macos-latest

0 commit comments

Comments
 (0)