Skip to content

Commit

Permalink
Dependencies maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Dec 8, 2023
1 parent 2b5af6d commit efe5cac
Show file tree
Hide file tree
Showing 3 changed files with 465 additions and 409 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10', '3.11', '3.12', 'pypy-3.10']
python-version: ['3.10', '3.12', 'pypy-3.10']
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -26,10 +26,6 @@ jobs:
- name: Upgrade pip
run: |
python -m pip install --upgrade pip
- name: Fix aiohttp installation in python 3.12
if: ${{ matrix.python-version == '3.12' }}
run: |
AIOHTTP_NO_EXTENSIONS=1 pip install aiohttp
- name: Install dependencies
run: |
pip install ".[dev]"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# -- Project information -----------------------------------------------------

project = 'python-ndn'
copyright = '2019-2020, The python-ndn authors'
copyright = '2019-2023, The python-ndn authors'
author = 'Xinyu Ma'

# The full version, including alpha/beta/rc tags
Expand Down
Loading

0 comments on commit efe5cac

Please sign in to comment.