Skip to content

Commit 2c5d9b5

Browse files
Updated files with 'repo_helper'. (#59)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 388746b commit 2c5d9b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- {python-version: "pypy-3.6", testenvs: "pypy36", experimental: False}
3838
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False}
3939
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: False}
40-
- {python-version: "pypy-3.9", testenvs: "pypy39,build", experimental: True}
40+
- {python-version: "pypy-3.9-v7.3.15", testenvs: "pypy39,build", experimental: True}
4141

4242
steps:
4343
- name: Checkout 🛎️

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ requires-python = ">=3.6"
1111
keywords = [ "flake8", "github", "github-actions",]
1212
dynamic = [ "classifiers", "dependencies",]
1313

14+
[project.license]
15+
file = "LICENSE"
16+
1417
[[project.authors]]
1518
name = "Dominic Davis-Foster"
1619
email = "dominic@davis-foster.co.uk"
1720

18-
[project.license]
19-
file = "LICENSE"
20-
2121
[project.urls]
2222
Homepage = "https://github.com/python-formate/flake8-github-actions"
2323
"Issue Tracker" = "https://github.com/python-formate/flake8-github-actions/issues"

0 commit comments

Comments
 (0)