Skip to content

Releases: ymyzk/tox-gh-actions

v3.2.0

03 Jan 13:56
bcfaea3
Compare
Choose a tag to compare

What's Changed

  • Explain how to use tox-gh-actions with tox's requires configuration by @ymyzk in #185
  • Add CPython 3.12 and PyPy 3.10 to test suites by @ymyzk in #190
    • Note: tox-gh-actions v3.1.3 has been working well with CPython 3.12 and PyPy 3.10. This release only updates the packaging metadata.

Full Changelog: v3.1.3...v3.2.0

v3.1.3

06 Jul 15:33
9359c52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.1.3

v3.1.2

06 Jul 14:23
a6451af
Compare
Choose a tag to compare

What's Changed

  • Fix warning message when tox or tox -p 0 is used to run tox by @ymyzk in #181

Full Changelog: v3.1.1...v3.1.2

v3.1.1

18 May 12:21
83f89d1
Compare
Choose a tag to compare

What's Changed

  • Fix TypeError when running "tox -p" by @ymyzk in #177

Full Changelog: v3.1.0...v3.1.1

v3.1.0

11 Mar 06:21
21c7bc1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

23 Dec 09:28
Compare
Choose a tag to compare

What's Changed

This is the first stable version which supports tox v4.

  • tox-gh-actions v3.0.0 implements a subset of features provided by the latest tox-gh-actions v2. Missing features will be added back gradually.
  • Users using tox v3 can keep using tox-gh-actions v2 maintained under the tox3 branch.

Full Changelog: v3.0.0b1...v3.0.0

v2.12.0

13 Dec 13:56
dea8814
Compare
Choose a tag to compare

What's Changed

  • Expose fail_on_no_env and problem_matcher options to customize behaviors by @ymyzk in #134

Full Changelog: v2.11.0...v2.12.0

v3.0.0b1

13 Nov 07:17
Compare
Choose a tag to compare
v3.0.0b1 Pre-release
Pre-release

What's Changed

  • tox4: Require tox 4.0.0b2 or later by @ymyzk in #129
  • tox4: Add Python 3.11 support by @ymyzk in #130

Full Changelog: v3.0.0a2...v3.0.0b1

v2.11.0

13 Nov 06:49
abadecd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.10.0...v2.11.0

v2.10.0

24 Sep 11:05
2d56c3a
Compare
Choose a tag to compare

What's Changed

  • Upgrade GitHub Actions by @cclauss in #117
  • Modernize .github/workflows and fix CI by @ymyzk in #119
  • Use setuptools_scm v7 by @ymyzk in #120
  • Explain how to use tox-gh-actions with tox's requires configuration by @ymyzk in #121
  • Add missing backtick by @Kirade in #122
  • Show warning when tox-gh-actions couldn't find matching environments by @ymyzk in #123

New Contributors

Full Changelog: v2.9.1...v2.10.0