Skip to content

Commit

Permalink
Merge pull request #77 from dmgbuild/dependabot/pip/tox-4.16.0
Browse files Browse the repository at this point in the history
Bump tox from 4.15.1 to 4.16.0
  • Loading branch information
freakboy3742 authored Jul 11, 2024
2 parents 239fee1 + c05d55a commit 2f84d07
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,18 @@ jobs:
name: Unit tests
needs: pretest
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev" ]
macOS-version: [
# x86_64 runners
"macos-11", "macos-12", "macos-13",
"macos-12", "macos-13",
# M1 runners
"macos-14"
]
include:
- experimental: false

- python-version: "3.13-dev"
experimental: true

Expand Down
10 changes: 0 additions & 10 deletions MANIFEST.in

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools==69.0.0",
"setuptools==70.3.0",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -52,7 +52,7 @@ dev = [
"pre-commit == 3.7.1 ; python_version >= '3.9'",
"pytest == 8.2.2",
"pytest-cov == 5.0.0",
"tox == 4.15.1",
"tox == 4.16.0",
]
docs = [
# Sphinx 7.2 deprecated support for Python 3.8
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ commands =
skip_install = True
passenv = FORCE_COLOR
deps =
build==1.0.3
twine==4.0.2
build==1.2.1
twine==5.1.1
commands =
python -m build --sdist --wheel --outdir dist/ .
python -m twine check dist/*

0 comments on commit 2f84d07

Please sign in to comment.