Skip to content

Commit 9fd6a13

Browse files
authored
Merge pull request #396 from bugsnag/tom/remove-gem-lock
test: remove gemfile lock
2 parents b240e80 + 5a6036a commit 9fd6a13

File tree

3 files changed

+4
-144
lines changed

3 files changed

+4
-144
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
12+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1313
os: ['ubuntu-latest']
1414
include:
1515
- python-version: '3.5'
1616
os: 'ubuntu-20.04'
1717
pip-trusted-host: 'pypi.python.org pypi.org files.pythonhosted.org'
1818
- python-version: '3.6'
1919
os: 'ubuntu-20.04'
20+
- python-version: '3.7'
21+
os: 'ubuntu-22.04'
2022

2123
steps:
2224
- uses: actions/checkout@v4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.aws-sam
22
maze-runner.log
33
maze_output
4+
Gemfile.lock
45

56
*.py[co]
67

Gemfile.lock

Lines changed: 0 additions & 143 deletions
This file was deleted.

0 commit comments

Comments
 (0)