Skip to content

Commit 2f0f7fd

Browse files
authored
Merge branch 'main' into refactor/meca-convention
2 parents 3656cc2 + c80923c commit 2f0f7fd

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/check-links.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Link Checker
3737
id: lychee
38-
uses: lycheeverse/lychee-action@v2.2.0
38+
uses: lycheeverse/lychee-action@v2.3.0
3939
with:
4040
fail: false # Don't fail action on broken links
4141
output: /tmp/lychee-out.md

.github/workflows/format-command.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
# Generate token from GenericMappingTools bot
14-
- uses: actions/[email protected].1
14+
- uses: actions/[email protected].3
1515
id: generate-token
1616
with:
1717
app-id: ${{ secrets.APP_ID }}

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ classifiers = [
2424
"Intended Audience :: Education",
2525
"Topic :: Scientific/Engineering",
2626
"Topic :: Software Development :: Libraries",
27+
"Operating System :: MacOS",
28+
"Operating System :: Microsoft :: Windows",
29+
"Operating System :: POSIX",
30+
"Operating System :: Unix",
2731
"Programming Language :: Python :: 3.11",
2832
"Programming Language :: Python :: 3.12",
2933
"Programming Language :: Python :: 3.13",
@@ -55,7 +59,6 @@ all = [
5559
"Issue Tracker" = "https://github.com/GenericMappingTools/pygmt/issues"
5660

5761
[tool.setuptools]
58-
platforms = ["Any"]
5962
license-files = ["LICENSE.txt"]
6063

6164
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)