Skip to content

Commit

Permalink
- Removing tests or 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hadware committed Jan 11, 2024
1 parent e221382 commit 2564438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Optionally, to allow `pygamma-agreement` to display visual representations of
our API's objects in Jupyter Notebooks, [Matplotlib](https://matplotlib.org/>)
is needed.

`pygamma-agreement` is a Python 3 package and is currently tested for Python 3.7 to 3.12.
`pygamma-agreement` is a Python 3 package and is currently tested for Python 3.7 to 3.11.
`pygamma-agreement` does not work with Python 2.7.


Expand Down

0 comments on commit 2564438

Please sign in to comment.