Skip to content

Commit

Permalink
Chore - drop 3.8 support; bump version; docs; translations; (#992)
Browse files Browse the repository at this point in the history
rearranged the configuration doc - grouped all the password/token variables together.
  • Loading branch information
jwag956 authored Jun 18, 2024
1 parent 147a612 commit 3ee00d9
Show file tree
Hide file tree
Showing 29 changed files with 2,663 additions and 2,627 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
fail-fast: false
matrix:
include:
- {python: '3.8', tox: 'py38-release'}
- {python: '3.8', tox: 'py38-low'}
- {python: '3.9', tox: 'py39-release'}
- {python: '3.9', tox: 'py39-low'}
- {python: '3.10', tox: 'py310-release'}
Expand Down Expand Up @@ -122,7 +120,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.11"
- name: update pip
run: |
python -m pip install -U pip
Expand Down
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repos:
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: debug-statements
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
Expand All @@ -17,7 +18,7 @@ repos:
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py38-plus]
args: [--py39-plus]
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
Expand Down
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Features & Improvements
- (:issue:`956`) Add support for changing registered user's email (:py:data:`SECURITY_CHANGE_EMAIL`).
- (:issue:`944`) Change default password hash to argon2 (was bcrypt). See below for details.
- (:pr:`990`) Add freshness capability to auth tokens (enables /us-setup to function w/ just auth tokens).
- (:pr:`xxx`) Add support /tf-setup to not require sessions (use a state token).
- (:pr:`991`) Add support /tf-setup to not require sessions (use a state token).

Fixes
+++++
Expand All @@ -25,6 +25,7 @@ Docs and Chores
+++++++++++++++
- (:pr:`979`) Update Russian translations (ademaro)
- (:pr:`981` and :pr:`956`) Improve docs
- (:pr:`xx`) The long deprecated `get_token_status` is no longer exported

Backwards Compatibility Concerns
+++++++++++++++++++++++++++++++++
Expand Down
Loading

0 comments on commit 3ee00d9

Please sign in to comment.