Skip to content

Commit

Permalink
Bump version, attempt Python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Dec 30, 2019
1 parent bc9942d commit 370d373
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.6, 3.7]
python-version: [3.6, 3.7, 3.8]
os: [ubuntu-latest] # TODO: Enable windows-latest, macOS-latest
# </test-job>

Expand Down
2 changes: 1 addition & 1 deletion arlunio/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.3"
__version__ = "0.0.4"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def readme():
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Multimedia :: Graphics",
],
Expand Down

0 comments on commit 370d373

Please sign in to comment.