Skip to content

Commit

Permalink
Avoid 3.12 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Apr 14, 2024
1 parent 9da292d commit e6a44ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
steps:
- name: Checkout source
uses: actions/[email protected]
- name: Set up Python 3.12 for linting
- name: Set up Python 3.11 for linting
uses: actions/[email protected]
with:
python-version: '3.12'
python-version: '3.11'
- name: Install dependencies
run: |-
python -m pip install --upgrade pip
Expand All @@ -44,10 +44,10 @@ jobs:
steps:
- name: Checkout source
uses: actions/[email protected]
- name: Set up Python 3.12
- name: Set up Python 3.11
uses: actions/[email protected]
with:
python-version: '3.12'
python-version: '3.11'
- name: Upgrade pip
run: |-
python -m pip install --upgrade pip
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
os:
- ubuntu-latest
python-version:
- '3.12'
- '3.11'
arch:
- auto
steps:
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
install-extras: tests-strict,runtime-strict,headless-strict
os: ubuntu-latest
arch: auto
- python-version: '3.12'
- python-version: '3.11'
install-extras: tests-strict,runtime-strict,optional-strict,headless-strict
os: ubuntu-latest
arch: auto
Expand All @@ -175,10 +175,6 @@ jobs:
install-extras: tests,optional,headless
os: ubuntu-latest
arch: auto
- python-version: '3.12'
install-extras: tests,optional,headless
os: ubuntu-latest
arch: auto
steps:
- name: Checkout source
uses: actions/[email protected]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ci_pypy_versions = []
author = ['Jon Crall', 'Jason Parham', 'Hendrik Weideman', 'Avi Weinstock', 'Zackary Rutfield', 'Chuck Stewart']
author_email="[email protected]"
min_python = 3.8
max_python = 3.11
version = "{mod_dpath}/__init__.py::__version__"
license = "Apache 2"
dev_status = "beta"
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,5 @@ def gen_packages_items():
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
setup(**setupkw)

0 comments on commit e6a44ef

Please sign in to comment.