Skip to content

Commit bc3137b

Browse files
authored
Merge pull request #208 from pytest-dev/ab/update-libs
Update libs & bump to v2.6.0
2 parents ccaa1b1 + 240f7bc commit bc3137b

File tree

4 files changed

+109
-96
lines changed

4 files changed

+109
-96
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
toxfactor: py3.11
2828
ignore-typecheck-outcome: true
2929
ignore-test-outcome: false
30-
- python-version: "3.12-dev"
30+
- python-version: "3.12"
3131
toxfactor: py3.12
3232
ignore-typecheck-outcome: true
3333
ignore-test-outcome: false
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Install poetry
4545
run: |
46-
python -m pip install poetry==1.5.1
46+
python -m pip install poetry==1.6.1
4747
4848
- name: Configure poetry
4949
run: |

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Changelog
33

44
Unreleased
55
----------
6+
7+
2.6.0
8+
----------
69
- Drop python 3.7 support and add support for python 3.12. Supported versions are now: 3.8, 3.9, 3.10, 3.11, 3.12. `#197 <https://github.com/pytest-dev/pytest-factoryboy/pull/197>`_
710
- Drop support for pytest < 6.2. We now support only pytest >= 6.2 (tested against pytest 7.4 at the time of writing). `#197 <https://github.com/pytest-dev/pytest-factoryboy/pull/197>`_
811

0 commit comments

Comments
 (0)