I am modelling an event using a Binomial distribution $y \sim \text{Binomial}(n,p)$: $$p(y) \sim \binom{n}{y}p^y(1-p)^{n-y}$$
However, in the event I am modelling, the number of trials, $n,$ is not necessarily an integer. $n$ is also small (often between 1 and 3) and strictly greater than or equal to 0. Due to these considerations, I do not wish to approximate with a Normal distribution.
My question is as follows: is there a standard extension to the Binomial distribution that allows me to model this type of event?
And if not, what could this type of distribution look like?