Skip to content

Commit

Permalink
Set max version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Apr 16, 2024
1 parent acd872a commit 40c465b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
14 changes: 3 additions & 11 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 @@ -47,7 +47,7 @@ jobs:
os:
- ubuntu-latest
python-version:
- '3.12'
- '3.11'
arch:
- auto
steps:
Expand Down Expand Up @@ -104,10 +104,6 @@ jobs:
install-extras: tests-strict,runtime-strict,headless-strict
os: ubuntu-latest
arch: auto
- python-version: '3.12'
install-extras: tests-strict,runtime-strict,headless-strict
os: ubuntu-latest
arch: auto
- python-version: '3.8'
install-extras: tests-strict,runtime-strict,optional-strict,headless-strict
os: ubuntu-latest
Expand All @@ -128,10 +124,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 @@ -14,6 +14,7 @@ os = [ "linux" ]
repo_name = "ibeis"
ci_pypy_versions = []
min_python = 3.8
max_python = 3.11
ci_versions_minimal_strict = '*'
ci_versions_full_strict = 'min'
ci_versions_minimal_loose = 'max'
Expand Down
4 changes: 3 additions & 1 deletion requirements/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ ubelt >= 1.3.4
pyqt5>=5.15.10 ; python_version < '4.0' and python_version >= '3.12' # Python 3.12
pyqt5>=5.15.5 ; python_version < '3.12' and python_version >= '2.7' # Python 3.11-

pynmea2>=1.5.3
pynmea2>=1.13.0 ; python_version < '4.0' and python_version >= '3.12' # Python 3.12+
pynmea2>=1.5.3 ; python_version < '3.12' and python_version >= '3.6' # Python 3.6

#tornado>=4.2.1
tornado>=6.2

Expand Down
1 change: 0 additions & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ def gen_packages_items():
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
setupkw["entry_points"] = {
"console_scripts": [
Expand Down

0 comments on commit 40c465b

Please sign in to comment.