Skip to content

Fix the exception by SyntaxWarning on Python 3.12 #1280

Fix the exception by SyntaxWarning on Python 3.12

Fix the exception by SyntaxWarning on Python 3.12 #1280

Workflow file for this run

name: python
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: python doctest
run: python -m doctest python/bencode.py