Skip to content

Commit

Permalink
fix(pypi): add classifiers for python 3.10 / 3.11
Browse files Browse the repository at this point in the history
I missed this bit while adding support for python 3.11 in #89

* chore: keep codecov from reporting early 

Builds look failed until all the tasks are done. Codecov's site says that `require_ci_to_pass` is default yes. 🤷 

Add after_n_builds set to the number of build tasks we have.
  • Loading branch information
justindujardin authored Nov 15, 2022
1 parent 2484a17 commit 515cb5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
coverage:
status:
patch: off
patch: off
require_ci_to_pass: yes
notify:
after_n_builds: 6
wait_for_ci: yes
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ def setup_package():
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
)

Expand Down

0 comments on commit 515cb5d

Please sign in to comment.