Skip to content

Commit

Permalink
Merge pull request #48 from auouymous/setuptools
Browse files Browse the repository at this point in the history
Support Python 3.12
  • Loading branch information
thp authored Dec 2, 2023
2 parents d419ed7 + d660b9c commit 03e5477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

from distutils.core import setup
from setuptools import setup
import re
import os.path

Expand Down

0 comments on commit 03e5477

Please sign in to comment.