Skip to content

Commit

Permalink
Merge 9057db2 into ea52306
Browse files Browse the repository at this point in the history
  • Loading branch information
oscargus committed Jan 19, 2022
2 parents ea52306 + 9057db2 commit d2d3bd4
Show file tree
Hide file tree
Showing 4 changed files with 733 additions and 356 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -55,9 +55,10 @@ jobs:
strategy:
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
- '3.10'
- pypy3
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -32,9 +32,10 @@
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries",
Expand Down

0 comments on commit d2d3bd4

Please sign in to comment.