Skip to content

Commit

Permalink
Merge branch 'master' into issue-163-utcnow-deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer authored Nov 10, 2024
2 parents 939b9e9 + d9d2497 commit 349ac49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
#max-parallel: 3
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
os: [ubuntu-latest]
EXTRA: [false] # used to force includes to get included
include:
Expand All @@ -22,13 +22,13 @@ jobs:
- python-version: '3.11'
os: macos-latest
EXTRA: true
- python-version: '3.12'
- python-version: '3.13'
os: macos-latest
EXTRA: true
- python-version: '3.7'
os: windows-latest
EXTRA: true
- python-version: '3.12'
- python-version: '3.13'
os: windows-latest
EXTRA: true
- python-version: '3.7'
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Install warcio ALL
if: ${{ ! matrix.NOTALL }}
run: pip install .[brotli,testing]
run: pip install .[all,testing]
- name: Install warcio NOTALL
if: ${{ matrix.NOTALL }}
run: pip install .[testing]
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Utilities',
]
Expand Down

0 comments on commit 349ac49

Please sign in to comment.