Skip to content

Commit

Permalink
Merge pull request #396 from bugsnag/tom/remove-gem-lock
Browse files Browse the repository at this point in the history
test: remove gemfile lock
  • Loading branch information
Cawllec authored Dec 18, 2024
2 parents b240e80 + 5a6036a commit 9fd6a13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 144 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
os: ['ubuntu-latest']
include:
- python-version: '3.5'
os: 'ubuntu-20.04'
pip-trusted-host: 'pypi.python.org pypi.org files.pythonhosted.org'
- python-version: '3.6'
os: 'ubuntu-20.04'
- python-version: '3.7'
os: 'ubuntu-22.04'

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.aws-sam
maze-runner.log
maze_output
Gemfile.lock

*.py[co]

Expand Down
143 changes: 0 additions & 143 deletions Gemfile.lock

This file was deleted.

0 comments on commit 9fd6a13

Please sign in to comment.