Skip to content

Commit

Permalink
Remove py312
Browse files Browse the repository at this point in the history
  • Loading branch information
fdsteffen committed Oct 15, 2023
1 parent eeda776 commit ec6b749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.9,3.10,3.11,3.12]
python-version: [3.9,3.10,3.11]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38,py39,py310,py311,py312
envlist = py38,py39,py310,py311
isolated_build = True
requires = tox-conda

Expand Down

0 comments on commit ec6b749

Please sign in to comment.