aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/github-actions.yml6
-rw-r--r--ci/templates/.github/workflows/github-actions.yml2
-rw-r--r--pyproject.toml2
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml
index d36f91a..df099ea 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -36,7 +36,7 @@ jobs:
toxpython: 'python3.8'
python_arch: 'x64'
tox_env: 'py38'
- os: 'macos-13'
+ os: 'macos-latest'
- name: 'py39 (ubuntu)'
python: '3.9'
toxpython: 'python3.9'
@@ -54,7 +54,7 @@ jobs:
toxpython: 'python3.9'
python_arch: 'x64'
tox_env: 'py39'
- os: 'macos-13'
+ os: 'macos-latest'
- name: 'py310 (ubuntu)'
python: '3.10'
toxpython: 'python3.10'
@@ -72,7 +72,7 @@ jobs:
toxpython: 'python3.10'
python_arch: 'x64'
tox_env: 'py310'
- os: 'macos-13'
+ os: 'macos-latest'
- name: 'py311 (ubuntu)'
python: '3.11'
toxpython: 'python3.11'
diff --git a/ci/templates/.github/workflows/github-actions.yml b/ci/templates/.github/workflows/github-actions.yml
index 0a1f70e..33869cd 100644
--- a/ci/templates/.github/workflows/github-actions.yml
+++ b/ci/templates/.github/workflows/github-actions.yml
@@ -41,7 +41,7 @@ jobs:
toxpython: '{{ toxpython }}'
python_arch: '{{ python_arch }}'
tox_env: '{{ env }}{% if 'cover' in env %},codecov{% endif %}'
- os: '{% if os == "macos" and prefix in ["py38", "py39", "py310"] %}macos-13{% else %}{{ os }}-latest{% endif %}'
+ os: '{{ os }}-latest'
{% endfor %}
{% endif %}
{% endfor %}
diff --git a/pyproject.toml b/pyproject.toml
index 022853d..50a796d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
requires = [
- "setuptools>=82.0.1",
+ "setuptools>=75.0",
"wheel",
]