Skip to content

Commit 72b7f98

Browse files
Updated files with 'repo_helper'. (#34)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 75454b1 commit 72b7f98

2 files changed

Lines changed: 19 additions & 20 deletions

File tree

.github/workflows/python_ci_macos.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ permissions:
1818

1919
jobs:
2020
tests:
21-
name: "macos-13 / Python ${{ matrix.config.python-version }}"
22-
runs-on: "macos-13"
21+
name: "macos-${{ matrix.config.os-ver }} / Python ${{ matrix.config.python-version }}"
22+
runs-on: "macos-${{ matrix.config.os-ver }}"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
2525
USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13'
@@ -28,13 +28,13 @@ jobs:
2828
fail-fast: False
2929
matrix:
3030
config:
31-
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
32-
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
33-
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
34-
- {python-version: "3.10", testenvs: "py310,build", experimental: False}
35-
- {python-version: "3.11", testenvs: "py311,build", experimental: False}
36-
- {python-version: "3.12", testenvs: "py312,build", experimental: False}
37-
- {python-version: "3.13", testenvs: "py313,build", experimental: False}
31+
- {python-version: "3.7", os-ver: "13", testenvs: "py37,build", experimental: False}
32+
- {python-version: "3.8", os-ver: "14", testenvs: "py38,build", experimental: False}
33+
- {python-version: "3.9", os-ver: "14", testenvs: "py39,build", experimental: False}
34+
- {python-version: "3.10", os-ver: "14", testenvs: "py310,build", experimental: False}
35+
- {python-version: "3.11", os-ver: "14", testenvs: "py311,build", experimental: False}
36+
- {python-version: "3.12", os-ver: "14", testenvs: "py312,build", experimental: False}
37+
- {python-version: "3.13", os-ver: "14", testenvs: "py313,build", experimental: False}
3838

3939
steps:
4040
- name: Checkout 🛎️

pyproject.toml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ readme = "README.rst"
1010
keywords = [ "backport", "pprint", "prettyprint",]
1111
dynamic = [ "requires-python", "classifiers", "dependencies",]
1212

13+
[project.license]
14+
file = "LICENSE"
15+
1316
[[project.authors]]
1417
name = "Python Software Foundation"
1518
email = "dominic@davis-foster.co.uk"
1619

17-
18-
[project.license]
19-
file = "LICENSE"
20-
2120
[project.urls]
2221
Homepage = "https://github.com/domdfcoding/pprint36"
2322
"Issue Tracker" = "https://github.com/domdfcoding/pprint36/issues"
@@ -46,13 +45,6 @@ show_error_codes = true
4645
[tool.snippet-fmt]
4746
directives = [ "code-block",]
4847

49-
[tool.dependency-dash."requirements.txt"]
50-
order = 10
51-
52-
[tool.dependency-dash."tests/requirements.txt"]
53-
order = 20
54-
include = false
55-
5648
[tool.snippet-fmt.languages.python]
5749
reformat = true
5850

@@ -62,3 +54,10 @@ reformat = true
6254
[tool.snippet-fmt.languages.ini]
6355

6456
[tool.snippet-fmt.languages.json]
57+
58+
[tool.dependency-dash."requirements.txt"]
59+
order = 10
60+
61+
[tool.dependency-dash."tests/requirements.txt"]
62+
order = 20
63+
include = false

0 commit comments

Comments
 (0)